cri-o: v1.28.0 -> v1.28.1

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
This commit is contained in:
Sascha Grunert 2023-09-13 10:19:54 +02:00
parent eb23738e85
commit a865b6e9c6
No known key found for this signature in database
GPG Key ID: 09D97D153EF94D93

View File

@ -15,13 +15,13 @@
buildGoModule rec {
pname = "cri-o";
version = "1.28.0";
version = "1.28.1";
src = fetchFromGitHub {
owner = "cri-o";
repo = "cri-o";
rev = "v${version}";
sha256 = "sha256-vVw3mVliu9JiCgTpwBfubaOkEkNJD4Tb1M7HARg5VjA=";
sha256 = "sha256-4RwR4aM+h0cqogJ9sxoODlPGaXH2PALFoBU3jv/6Agg=";
};
vendorHash = null;