containerd: 1.7.3 -> 1.7.5

This commit is contained in:
R. Ryantm 2023-09-01 04:40:55 +00:00
parent c236073d10
commit e063cb481d

View file

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