cri-o: v1.28.0 -> v1.28.1
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
This commit is contained in:
parent
eb23738e85
commit
a865b6e9c6
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue