k6: 0.49.0 -> 0.50.0

This commit is contained in:
R. Ryantm 2024-03-25 14:03:44 +00:00
parent b1b78f4369
commit 8eae1c08e2
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "k6";
version = "0.49.0";
version = "0.50.0";
src = fetchFromGitHub {
owner = "grafana";
repo = pname;
rev = "v${version}";
hash = "sha256-zlsHEAGsey+qe0s7sle9Kt/V0hTp6uzelJmRlATznUY=";
hash = "sha256-lR16M8TAP0ilvcrA9YjVoZMrsi+kwEFKx5Fd3birHHM=";
};
subPackages = [ "./" ];