testkube: 2.5.4 -> 2.5.7

This commit is contained in:
Mathieu St-Louis
2026-01-16 10:19:42 -05:00
parent 7deeb8fdd7
commit 1a6d04a4bd
+2 -2
View File
@@ -5,13 +5,13 @@
}:
buildGoModule rec {
pname = "testkube";
version = "2.5.4";
version = "2.5.7";
src = fetchFromGitHub {
owner = "kubeshop";
repo = "testkube";
rev = "${version}";
hash = "sha256-B3n9g65VU+7G9YKc3zuT4qX/RJWUvvnbYVrdg2DBUxQ=";
hash = "sha256-5Fc/esXmwTMS929k6HXhmzGGlGaCWp/dKQUZm+kIz7M=";
};
vendorHash = "sha256-e2lyJdD3j87494S6oif2/OnjzRY8AEiLZxd9KeMO7UE=";