cri-o: 1.24.2 -> 1.25.0

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
This commit is contained in:
Sascha Grunert 2022-08-30 09:43:10 +02:00 committed by zowoq
parent 1cc8a7ba88
commit a274c6d21a

View file

@ -15,13 +15,13 @@
buildGoModule rec {
pname = "cri-o";
version = "1.24.2";
version = "1.25.0";
src = fetchFromGitHub {
owner = "cri-o";
repo = "cri-o";
rev = "v${version}";
sha256 = "sha256-7nQI6zaWSWML2suPn1A+RJZ0iPJu6JD/4ion5zxlnJ8=";
sha256 = "sha256-3J/fiaJL828P0L0vgwcR3DbMASt3fcwnLBu33SFDlx0=";
};
vendorSha256 = null;