Skip to content

Commit

Permalink
Merge pull request NixOS#285438 from r-ryantm/auto-update/containerd
Browse files Browse the repository at this point in the history
containerd: 1.7.12 -> 1.7.13
  • Loading branch information
NickCao authored Feb 1, 2024
2 parents 2e2e164 + d714be4 commit d1f044c
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.12";
version = "1.7.13";

src = fetchFromGitHub {
owner = "containerd";
repo = "containerd";
rev = "v${version}";
hash = "sha256-o3ZqSE7ahUAihY/tqXdNgKzs64h0DBxrZaxjSF9smcs=";
hash = "sha256-y3CYDZbA2QjIn1vyq/p1F1pAVxQHi/0a6hGWZCRWzyk=";
};

vendorHash = null;
Expand Down

0 comments on commit d1f044c

Please sign in to comment.