cri-o-unwrapped: 1.31.0 -> 1.31.1 (#346133)

This commit is contained in:
Nick Cao 2024-10-06 10:54:54 -04:00 committed by GitHub
commit c069368eda
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,13 +15,13 @@
buildGoModule rec {
pname = "cri-o";
version = "1.31.0";
version = "1.31.1";
src = fetchFromGitHub {
owner = "cri-o";
repo = "cri-o";
rev = "v${version}";
hash = "sha256-pY8FRxexf/WG+aGkKZc4EtqO9uxAV7D6EFWirgSEye8=";
hash = "sha256-0IPQsCLiL0Q15pq89qToMfw6mDwmMZroNBkTCfgqx6s=";
};
vendorHash = null;