containerd: 1.5.2 -> 1.5.4

(cherry picked from commit 4d6cdf3550c45621749d6dd6747065e1a4f25baa)
This commit is contained in:
R. RyanTM 2021-07-20 00:38:19 +00:00 committed by github-actions[bot]
parent ecd1adcea0
commit 2ed8950cb1
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
buildGoModule rec {
pname = "containerd";
version = "1.5.2";
version = "1.5.4";
outputs = [ "out" "man" ];
@ -18,7 +18,7 @@ buildGoModule rec {
owner = "containerd";
repo = "containerd";
rev = "v${version}";
sha256 = "sha256-RDLAmPBjDHCx9al+gstUTrvKc/L0vAm8IEd/mvX5Als=";
sha256 = "sha256-VV1cxA8tDRiPDxKV8OGu3T7sgutmyL+VPNqTeFcVjJA=";
};
vendorSha256 = null;