Skip to content

Commit

Permalink
Merge pull request #306883 from r-ryantm/auto-update/containerd
Browse files Browse the repository at this point in the history
containerd: 1.7.15 -> 1.7.16
  • Loading branch information
amaxine authored Apr 26, 2024
2 parents fb5333d + 081e20f commit c694b7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/virtualization/containerd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@

buildGoModule rec {
pname = "containerd";
version = "1.7.15";
version = "1.7.16";

src = fetchFromGitHub {
owner = "containerd";
repo = "containerd";
rev = "v${version}";
hash = "sha256-qLrPLGxsUmgEscrhyl+1rJ0k7c9ibKnpMpsJPD4xDZU=";
hash = "sha256-OApJaH11iTvjW4gZaANSCVcxw/VHG7a/6OnYcUcHFME=";
};

vendorHash = null;
Expand Down

0 comments on commit c694b7a

Please sign in to comment.