containerd: 1.5.5 -> 1.5.7

(cherry picked from commit aabceb8539b694e8711b8632c18f21396aa6f34e)
This commit is contained in:
Danielle Lancashire 2021-10-04 18:14:26 +02:00 committed by Linus Heckemann
parent a34c5e29ec
commit d48b10a82d
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
buildGoModule rec {
pname = "containerd";
version = "1.5.5";
version = "1.5.7";
outputs = [ "out" "man" ];
@ -18,7 +18,7 @@ buildGoModule rec {
owner = "containerd";
repo = "containerd";
rev = "v${version}";
sha256 = "sha256-6mDTTXHpXBcKOcT+VrGgt6HJzvTeKgJ0ItJ+IjCTJxk=";
sha256 = "sha256-BHVlGXyTkaiRkG8WG1LdtxrQs8nKS8djZFnO/AfKBUw=";
};
vendorSha256 = null;