k6: 0.26.2 -> 0.27.0

This commit is contained in:
R. RyanTM 2020-07-16 06:17:40 +00:00
parent 992db90c4c
commit 2d5f459258
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
buildGoPackage rec { buildGoPackage rec {
pname = "k6"; pname = "k6";
version = "0.26.2"; version = "0.27.0";
goPackagePath = "github.com/loadimpact/k6"; goPackagePath = "github.com/loadimpact/k6";
@ -10,7 +10,7 @@ buildGoPackage rec {
owner = "loadimpact"; owner = "loadimpact";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "0s5haycpfnfyvxxhhm7205gzylsbjndx9f134f245p4xm5bxhxbf"; sha256 = "15p81bv9z1nxixvwnfqynycwxvla3f1ldxnj9invna1sjx7lx3qq";
}; };
subPackages = [ "./" ]; subPackages = [ "./" ];