k6: 0.24.0 -> 0.26.2

This commit is contained in:
Vladyslav M 2020-05-24 20:06:23 +03:00
parent f2f2dec26e
commit e2712f3188
No known key found for this signature in database
GPG Key ID: 3B1AD98E3D65BD4D

View File

@ -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 ];
};