Commit c2102b64 authored by R. RyanTM's avatar R. RyanTM
Browse files

k6: 0.43.1 -> 0.44.0

parent 58f8ca5f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "k6";
  version = "0.43.1";
  version = "0.44.0";

  src = fetchFromGitHub {
    owner = "grafana";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-JiXVDdCbXCsOSgYXIjJwXcgsbFPPoF/bY4nftaSgtdM=";
    sha256 = "sha256-U7/PJzjIKIKKC3Ao7HtiSDaRK1L7ZGUz/KP2SIoZXfo=";
  };

  subPackages = [ "./" ];