Merge pull request #109762 from r-ryantm/auto-update/cri-tools

cri-tools: 1.19.0 -> 1.20.0

authored by

Ryan Mulligan and committed by
GitHub
53624a88 aee78d46

+2 -2
+2 -2
pkgs/tools/virtualization/cri-tools/default.nix
··· 6 6 7 7 buildGoModule rec { 8 8 pname = "cri-tools"; 9 - version = "1.19.0"; 9 + version = "1.20.0"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "kubernetes-sigs"; 13 13 repo = pname; 14 14 rev = "v${version}"; 15 - sha256 = "0dx21ws4nzzizzjb0g172fzvjgwck88ikr5c2av08ii06rys1567"; 15 + sha256 = "sha256-fU3g0m2drUsa2Jyz+QYXi4xWTOLINGsDw3dKcesAkkE="; 16 16 }; 17 17 18 18 vendorSha256 = null;