summary refs log tree commit diff
diff options
context:
space:
mode:
authorSascha Grunert <sgrunert@redhat.com>2022-01-17 14:55:14 +0100
committerzowoq <59103226+zowoq@users.noreply.github.com>2022-01-18 07:12:18 +1000
commit9ef57dfac71a134056e5eeb43fafb0277cc39fa6 (patch)
tree7e3d43766a303abebe4586745d32efa32be976fd
parenteaf7be02b96e09f2687baba9c5c83636b1398935 (diff)
downloadnixpkgs-9ef57dfac71a134056e5eeb43fafb0277cc39fa6.tar
nixpkgs-9ef57dfac71a134056e5eeb43fafb0277cc39fa6.tar.gz
nixpkgs-9ef57dfac71a134056e5eeb43fafb0277cc39fa6.tar.bz2
nixpkgs-9ef57dfac71a134056e5eeb43fafb0277cc39fa6.tar.lz
nixpkgs-9ef57dfac71a134056e5eeb43fafb0277cc39fa6.tar.xz
nixpkgs-9ef57dfac71a134056e5eeb43fafb0277cc39fa6.tar.zst
nixpkgs-9ef57dfac71a134056e5eeb43fafb0277cc39fa6.zip
cri-tools: 1.22.0 -> 1.23.0
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
-rw-r--r--pkgs/tools/virtualization/cri-tools/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/virtualization/cri-tools/default.nix b/pkgs/tools/virtualization/cri-tools/default.nix
index 16a7ecffa04..846e2ee2794 100644
--- a/pkgs/tools/virtualization/cri-tools/default.nix
+++ b/pkgs/tools/virtualization/cri-tools/default.nix
@@ -6,13 +6,13 @@
 
 buildGoModule rec {
   pname = "cri-tools";
-  version = "1.22.0";
+  version = "1.23.0";
 
   src = fetchFromGitHub {
     owner = "kubernetes-sigs";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-+36lGLpNnTQnwwmXoVNPt3RMcnE46AdXOpghvhP0Bq0=";
+    sha256 = "sha256-b65GY08vykVp/PUBmBXKIfykyPEJRgGjgu7zBoXx3K0=";
   };
 
   vendorSha256 = null;