containerd: 1.6.17 -> 1.6.18

https://github.com/containerd/containerd/releases/tag/v1.6.18
This commit is contained in:
zowoq 2023-02-16 09:58:09 +10:00
parent 0617712c14
commit 812f10ce55

View file

@ -10,13 +10,13 @@
buildGoModule rec {
pname = "containerd";
version = "1.6.17";
version = "1.6.18";
src = fetchFromGitHub {
owner = "containerd";
repo = "containerd";
rev = "v${version}";
hash = "sha256-5Kpqgn4g08i8UVw9mfK5gc2wSx4wTk6NIzbT7tzY+ho=";
hash = "sha256-ApQKdd+S02YFNDVrrSKVHZmR1ZQwcU1KoQRfhOP9VHQ=";
};
vendorHash = null;