diff options
| author | Jaka Hudoklin <offlinehacker@users.noreply.github.com> | 2022-02-01 09:11:00 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-01 09:11:00 +0100 |
| commit | fb8e0a822877acce55446297de8fb8c4d0d8435f (patch) | |
| tree | 76bba9f18d10a4b9a9da54b33e7e8ab3161a3c5c | |
| parent | pipenv: 2021.11.23 -> 2022.1.8 (diff) | |
| parent | containerd: 1.5.8 -> 1.5.9 (diff) | |
| download | nixpkgs-fb8e0a822877acce55446297de8fb8c4d0d8435f.tar.gz | |
Merge pull request #157541 from wamserma/containerd-bump-1.5.9
[21.11] containerd: 1.5.7 -> 1.5.9 (security)
| -rw-r--r-- | pkgs/applications/virtualization/containerd/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/virtualization/containerd/default.nix b/pkgs/applications/virtualization/containerd/default.nix index 844ab025f5c0..a41dde4c9519 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.7"; + version = "1.5.9"; outputs = [ "out" "man" ]; @@ -18,7 +18,7 @@ buildGoModule rec { owner = "containerd"; repo = "containerd"; rev = "v${version}"; - sha256 = "sha256-BHVlGXyTkaiRkG8WG1LdtxrQs8nKS8djZFnO/AfKBUw="; + sha256 = "sha256-v5seKJMfZUVMbydxKiTSy0OSwen6I/3DrGJnL2DyqHg="; }; vendorSha256 = null; @@ -51,7 +51,7 @@ buildGoModule rec { homepage = "https://containerd.io/"; description = "A daemon to control runC"; license = licenses.asl20; - maintainers = with maintainers; [ offline vdemeester ]; + maintainers = with maintainers; [ offline vdemeester endocrimes ]; platforms = platforms.linux; }; } |
