Merge pull request #260170 from cafkafk/cafk-containerd-1.7.7

containerd: 1.7.5 -> 1.7.7
This commit is contained in:
maxine 2023-10-10 18:01:12 +02:00 committed by GitHub
commit 52e75cf0ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,13 +11,13 @@
buildGoModule rec {
pname = "containerd";
version = "1.7.5";
version = "1.7.7";
src = fetchFromGitHub {
owner = "containerd";
repo = "containerd";
rev = "v${version}";
hash = "sha256-g+1JfXO1k0ijPpVTo+WxmXro4p4MbRCIZdgtgy58M60=";
hash = "sha256-5Tw7xltrsp+yGrdJ0O4MoFUvIaEiCQpMip5X1kfV/iM=";
};
vendorHash = null;