Skip to content

Commit

Permalink
cri-o-unwrapped: 1.30.5 -> 1.31.0 (NixOS#341000)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Sep 11, 2024
2 parents b872863 + bdbabe8 commit 4e3abb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/virtualization/cri-o/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@

buildGoModule rec {
pname = "cri-o";
version = "1.30.5";
version = "1.31.0";

src = fetchFromGitHub {
owner = "cri-o";
repo = "cri-o";
rev = "v${version}";
hash = "sha256-snhuV4hqbqMJK8Fg6vJGJoQ3heCFULK1iIQQB65kiR0=";
hash = "sha256-pY8FRxexf/WG+aGkKZc4EtqO9uxAV7D6EFWirgSEye8=";
};
vendorHash = null;

Expand Down

0 comments on commit 4e3abb3

Please sign in to comment.