Loading pkgs/development/tools/k6/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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 ]; Loading Loading
pkgs/development/tools/k6/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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 ]; Loading