Unverified Commit e191a1da authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

xk6: 1.1.3 -> 1.1.5 (#445057)

parents 87b4fdd2 91ca180e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

buildGoModule rec {
  pname = "xk6";
  version = "1.1.3";
  version = "1.1.5";

  src = fetchFromGitHub {
    owner = "grafana";
    repo = "xk6";
    tag = "v${version}";
    hash = "sha256-+sKZjC6H8ddRvCGFmUKp3H1BrLfoawWy3YCDY7bbnc0=";
    hash = "sha256-+hWZWWrFkenzmaXAgzuZ9eWB4DmhQZNAQV+FYQdEg2U=";
  };

  vendorHash = null;