Merge pull request #148978 from r-ryantm/auto-update/containerd

containerd: 1.5.7 -> 1.5.8
This commit is contained in:
Bobby Rong 2021-12-06 20:07:42 +08:00 committed by GitHub
commit 913d537a04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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