commit
817deba40d
@ -2,7 +2,7 @@
|
||||
|
||||
buildGoPackage rec {
|
||||
pname = "k6";
|
||||
version = "0.24.0";
|
||||
version = "0.26.2";
|
||||
|
||||
goPackagePath = "github.com/loadimpact/k6";
|
||||
|
||||
@ -10,14 +10,15 @@ buildGoPackage rec {
|
||||
owner = "loadimpact";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "1riyyi4lxdaqilzzkxzzw3hzcrjjcylq2jh3p3656f99wiisvj28";
|
||||
sha256 = "0s5haycpfnfyvxxhhm7205gzylsbjndx9f134f245p4xm5bxhxbf";
|
||||
};
|
||||
|
||||
subPackages = [ "./" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "https://k6.io/";
|
||||
description = "A modern load testing tool, using Go and JavaScript";
|
||||
homepage = "https://k6.io/";
|
||||
changelog = "https://github.com/loadimpact/k6/releases/tag/v${version}";
|
||||
license = licenses.agpl3Plus;
|
||||
maintainers = with maintainers; [ offline ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user