containerd: 1.5.9 -> 1.6.0

https://github.com/containerd/containerd/releases/tag/v1.6.0
This commit is contained in:
zowoq 2022-02-16 15:52:59 +10:00
parent 0a3488c13e
commit a4485fbc8f

View file

@ -10,7 +10,7 @@
buildGoModule rec {
pname = "containerd";
version = "1.5.9";
version = "1.6.0";
outputs = [ "out" "man" ];
@ -18,7 +18,7 @@ buildGoModule rec {
owner = "containerd";
repo = "containerd";
rev = "v${version}";
sha256 = "sha256-v5seKJMfZUVMbydxKiTSy0OSwen6I/3DrGJnL2DyqHg=";
sha256 = "sha256-0Fbmtb7Ec6WcA7ARtgdBK5i7yAq2t3iXtfLb/MZcKJA=";
};
vendorSha256 = null;