Unverified Commit 56fe7172 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #227308 from r-ryantm/auto-update/k6

k6: 0.42.0 -> 0.43.1
parents 34880cf0 8093c093
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 ];