containerd: 1.7.0 -> 1.7.1

This commit is contained in:
R. Ryantm 2023-05-12 16:01:38 +00:00 committed by zowoq
parent 86acc53634
commit 07e37a2e23

@ -11,13 +11,13 @@
buildGoModule rec {
pname = "containerd";
version = "1.7.0";
version = "1.7.1";
src = fetchFromGitHub {
owner = "containerd";
repo = "containerd";
rev = "v${version}";
hash = "sha256-OHgakSNqIbXYDC7cTw2fy0HlElQMilDbSD5SSjbYJhc=";
hash = "sha256-WwedtcsrDQwMQcKFO5nnPiHyGJpl5hXZlmpbBe1/ftY=";
};
vendorHash = null;