1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-25 03:17:13 +00:00

containerd: 1.6.8 -> 1.6.9

https://github.com/containerd/containerd/releases/tag/v1.6.9
This commit is contained in:
zowoq 2022-10-25 07:23:33 +10:00
parent 4557c2c983
commit 4fffb0e5fe

View file

@ -10,13 +10,13 @@
buildGoModule rec {
pname = "containerd";
version = "1.6.8";
version = "1.6.9";
src = fetchFromGitHub {
owner = "containerd";
repo = "containerd";
rev = "v${version}";
sha256 = "sha256-0UiPhkTWV61DnAF5kWd1FctX8i0sXaJ1p/xCMznY/A8=";
sha256 = "sha256-KvQdYQLzgt/MKPsA/mO5un6nE3/xcvVYwIveNn/uDnU=";
};
vendorSha256 = null;