mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
k6: 0.31.0 -> 0.31.1
This commit is contained in:
parent
5b3290333a
commit
6501f42a0d
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
buildGoPackage rec {
|
||||
pname = "k6";
|
||||
version = "0.31.0";
|
||||
version = "0.31.1";
|
||||
|
||||
goPackagePath = "github.com/loadimpact/k6";
|
||||
|
||||
|
@ -10,7 +10,7 @@ buildGoPackage rec {
|
|||
owner = "loadimpact";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-UAVbYN4uDUMqUspycEZ2VGHzxFD7IlIW6m91U8ccZXw=";
|
||||
sha256 = "sha256-wngOG0uSNoUU+88oShDpCgPpzuevzJxcwzSzWS3PzAw=";
|
||||
};
|
||||
|
||||
subPackages = [ "./" ];
|
||||
|
|
Loading…
Reference in a new issue