Skip to content

Commit 280f123

Browse files
authored
cri-tools: 1.32.0 -> 1.33.0 (#400837)
2 parents 355ea29 + 602c888 commit 280f123

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/cr/cri-tools/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
buildGoModule rec {
1010
pname = "cri-tools";
11-
version = "1.32.0";
11+
version = "1.33.0";
1212

1313
src = fetchFromGitHub {
1414
owner = "kubernetes-sigs";
1515
repo = pname;
1616
rev = "v${version}";
17-
hash = "sha256-wdtsx5DIg+65VRRUPai5d8Tk/zQ4MhVjXNFKK4NCBFs=";
17+
hash = "sha256-KxckDpZ3xfD+buCGrQ+udJF0X2D9sg/d3TLSQEcWyV4=";
1818
};
1919

2020
vendorHash = null;

0 commit comments

Comments
 (0)