testkube: 2.1.163 -> 2.1.164

This commit is contained in:
R. Ryantm 2025-07-26 19:47:23 +00:00
parent 8f91555fd5
commit a0ca301cf1

View File

@ -5,13 +5,13 @@
}:
buildGoModule rec {
pname = "testkube";
version = "2.1.163";
version = "2.1.164";
src = fetchFromGitHub {
owner = "kubeshop";
repo = "testkube";
rev = "v${version}";
hash = "sha256-g9m3Uyrc8dXeDm5mjmWhcSrlVAqP0/4OCvuZQwW6Pf8=";
hash = "sha256-GBQDVzloAWROD7xM26gt0+cko8hbquHf5kvxVjjFeA0=";
};
vendorHash = "sha256-i7GjhW9w6TEHg+PBVsQ8bOuToejiPpuOcSbXO5ffAMs=";