Merge pull request #333182 from saschagrunert/cri-tools

cri-tools: 1.30.1 -> 1.31.1
This commit is contained in:
Peder Bergebakken Sundt 2024-08-17 16:11:37 +02:00 committed by GitHub
commit d17fc21667
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "cri-tools";
version = "1.30.1";
version = "1.31.1";
src = fetchFromGitHub {
owner = "kubernetes-sigs";
repo = pname;
rev = "v${version}";
hash = "sha256-mCBGLnNlAfq7qThsbsGsBSEJEI85fg0xAbFENyIRyBU=";
hash = "sha256-ruhWuBpPjc0dX7kgiTBFFHriSGYx4XoMNv+M39aIh10=";
};
vendorHash = null;