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

View File

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