cri-tools: 1.33.0 -> 1.34.0 (#435510)

This commit is contained in:
Peder Bergebakken Sundt
2025-08-26 17:34:16 +02:00
committed by GitHub
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "cri-tools";
version = "1.33.0";
version = "1.34.0";
src = fetchFromGitHub {
owner = "kubernetes-sigs";
repo = "cri-tools";
rev = "v${version}";
hash = "sha256-KxckDpZ3xfD+buCGrQ+udJF0X2D9sg/d3TLSQEcWyV4=";
hash = "sha256-nWbxPw8lz1FYLHXJ2G4kzOl5nBPXSl4nEJ9KgzS/wmA=";
};
vendorHash = null;