Merge pull request #215734 from qowoz/containerd

containerd: 1.6.16 -> 1.6.17
This commit is contained in:
Robert Scott 2023-02-11 13:40:47 +00:00 committed by GitHub
commit 3a264219ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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