Commit 8093c093 authored by R. RyanTM's avatar R. RyanTM
Browse files

k6: 0.42.0 -> 0.43.1

parent cb4ab614
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,18 +2,18 @@

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

  src = fetchFromGitHub {
    owner = "grafana";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-DlB1oTE5RkxSyNupZ2U+dmr7qNPq8xJU3R0pAjm5EFQ=";
    sha256 = "sha256-JiXVDdCbXCsOSgYXIjJwXcgsbFPPoF/bY4nftaSgtdM=";
  };

  subPackages = [ "./" ];

  vendorSha256 = null;
  vendorHash = null;

  nativeBuildInputs = [ installShellFiles ];