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