cri-o-unwrapped: 1.31.2 -> 1.31.3

This commit is contained in:
R. Ryantm
2024-12-08 08:48:22 +00:00
parent afe27494fa
commit 145339b547

View File

@@ -15,13 +15,13 @@
buildGoModule rec {
pname = "cri-o";
version = "1.31.2";
version = "1.31.3";
src = fetchFromGitHub {
owner = "cri-o";
repo = "cri-o";
rev = "v${version}";
hash = "sha256-xTMQ7YVZ4tKQxaAsH9EVa7W2rTcxP//P3NUgYHojdmw=";
hash = "sha256-uoB5v+dl3895sW597f/Y49E2BJvy89871xu/rqWd7kw=";
};
vendorHash = null;