diff options
| author | Artturi <Artturin@artturin.com> | 2021-08-07 01:46:38 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-07 01:46:38 +0300 |
| commit | cb0ce8db8adbbd2ba75136c39f720230adb8e822 (patch) | |
| tree | 931110f17a1169b9120ad85c5af8d8e5c795d92a | |
| parent | Merge pull request #127901 from NixOS/backport-127884-to-release-21.05 (diff) | |
| parent | containerd: 1.5.2 -> 1.5.4 (diff) | |
| download | nixpkgs-cb0ce8db8adbbd2ba75136c39f720230adb8e822.tar.gz | |
Merge pull request #131500 from NixOS/backport-130681-to-release-21.05
[Backport release-21.05] containerd: 1.5.2 -> 1.5.4
| -rw-r--r-- | pkgs/applications/virtualization/containerd/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/virtualization/containerd/default.nix b/pkgs/applications/virtualization/containerd/default.nix index ca9ae20f3468..0c44805bedd3 100644 --- a/pkgs/applications/virtualization/containerd/default.nix +++ b/pkgs/applications/virtualization/containerd/default.nix @@ -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; |
