containerd: 1.5.2 -> 1.5.4

authored by R. RyanTM and committed by zowoq 9a846d9b fd7c98bd

+2 -2
+2 -2
pkgs/applications/virtualization/containerd/default.nix
··· 10 11 buildGoModule rec { 12 pname = "containerd"; 13 - version = "1.5.2"; 14 15 outputs = [ "out" "man" ]; 16 ··· 18 owner = "containerd"; 19 repo = "containerd"; 20 rev = "v${version}"; 21 - sha256 = "sha256-RDLAmPBjDHCx9al+gstUTrvKc/L0vAm8IEd/mvX5Als="; 22 }; 23 24 vendorSha256 = null;
··· 10 11 buildGoModule rec { 12 pname = "containerd"; 13 + version = "1.5.4"; 14 15 outputs = [ "out" "man" ]; 16 ··· 18 owner = "containerd"; 19 repo = "containerd"; 20 rev = "v${version}"; 21 + sha256 = "sha256-VV1cxA8tDRiPDxKV8OGu3T7sgutmyL+VPNqTeFcVjJA="; 22 }; 23 24 vendorSha256 = null;