Skip to content

Commit

Permalink
containerd: 1.7.12 -> 1.7.13
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Feb 1, 2024
1 parent 0b8f8e0 commit d714be4
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 d714be4

Please sign in to comment.