Skip to content

Commit

Permalink
Merge pull request #171449 from qowoz/containerd
Browse files Browse the repository at this point in the history
containerd: 1.6.3 -> 1.6.4
  • Loading branch information
bachp authored May 3, 2022
2 parents 0114388 + 6a415cd commit a9ccb2f
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 @@ -10,13 +10,13 @@

buildGoModule rec {
pname = "containerd";
version = "1.6.3";
version = "1.6.4";

src = fetchFromGitHub {
owner = "containerd";
repo = "containerd";
rev = "v${version}";
sha256 = "sha256-mVnZsvhpKx/5dHMF0Z8BfuUSqwoIhOtPkA/1BSrVVqA=";
sha256 = "sha256-425BcVHCliAHFQqGn6sWH/ahDX3JR6l/sYZWHpgmZW0=";
};

vendorSha256 = null;
Expand Down

0 comments on commit a9ccb2f

Please sign in to comment.