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

k6: 0.31.0 -> 0.31.1
This commit is contained in:
Vladyslav M 2021-03-19 17:46:09 +02:00 committed by GitHub
commit 6b92b911cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = [ "./" ];