Skip to content

Commit

Permalink
Update containerd
Browse files Browse the repository at this point in the history
  • Loading branch information
simonswine committed Sep 9, 2024
1 parent 1c704fa commit 726c251
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions overlays/containerd/default.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
self: super: {
containerd = super.containerd.overrideAttrs (old: rec {
version = "1.7.18";
commit = "ae71819c4f5e67bb4d5ae76a6b735f29cc25774e";
version = "1.7.22";
commit = "7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c";
src = super.fetchFromGitHub rec {
owner = "containerd";
repo = "containerd";
rev = "v${version}";
hash = "sha256-IlK5IwniaBhqMgxQzV8btQcbdJkNEQeUMoh6aOsBOHQ=";
hash = "sha256-8IHBKai4PvvTuHPDTgx9wFEBzz4MM7Mwo8Q/bzFRzfk=";
};
buildPhase = ''
runHook preBuild
Expand Down

0 comments on commit 726c251

Please sign in to comment.