k6: 0.55.0 -> 0.55.1

This commit is contained in:
R. Ryantm
2024-12-20 03:09:56 +00:00
parent 9657a49d5d
commit 34eefd783b
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "k6";
version = "0.55.0";
version = "0.55.1";
src = fetchFromGitHub {
owner = "grafana";
repo = pname;
rev = "v${version}";
hash = "sha256-SWmKtnpG/MvSGllZSv3EJjVjOVUWcWFVLqz/FcvEl9Y=";
hash = "sha256-29lb8vCMe6BcGeSlfMQm3w+UsD9n3FCljRiT51QNiLU=";
};
subPackages = [ "./" ];