diff options
| author | Danielle Lancashire <dani@builds.terrible.systems> | 2022-01-06 14:45:28 +0000 |
|---|---|---|
| committer | Markus S. Wamser <github-dev@mail2013.wamser.eu> | 2022-01-31 17:42:17 +0100 |
| commit | fce56604ccb9f0dcaeb0fb19843518892677021a (patch) | |
| tree | 4bcd3d7c32d9e17933a9acc7045e8435aaf24e9b | |
| parent | containerd: 1.5.7 -> 1.5.8 (diff) | |
| download | nixpkgs-fce56604ccb9f0dcaeb0fb19843518892677021a.tar.gz | |
containerd: 1.5.8 -> 1.5.9
(cherry picked from commit 8553a5d3dc2aa6bb10f4b0c67a51fe34ad03c49e)
| -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 8f8da3d18015..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.8"; + version = "1.5.9"; outputs = [ "out" "man" ]; @@ -18,7 +18,7 @@ buildGoModule rec { owner = "containerd"; repo = "containerd"; rev = "v${version}"; - sha256 = "sha256-XIAByE2/eVG8DAZXstKs51LQYdVPcPQuIlST3xCclrU="; + 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; }; } |
