containerd: 1.6.15 -> 1.6.16

https://github.com/containerd/containerd/releases/tag/v1.6.16
This commit is contained in:
zowoq 2023-01-29 15:49:19 +10:00
parent 4f10ebbd5c
commit a529fe4dca

View file

@ -10,16 +10,16 @@
buildGoModule rec {
pname = "containerd";
version = "1.6.15";
version = "1.6.16";
src = fetchFromGitHub {
owner = "containerd";
repo = "containerd";
rev = "v${version}";
sha256 = "sha256-Vlftq//mLYZPoT2R/lHJA6wLnqiuC+Cpy4lGQC8jCPA=";
hash = "sha256-p2I188MGoxnd7dBAMQ0bM5+GT8z3y9S4cZW2Q99DyzY=";
};
vendorSha256 = null;
vendorHash = null;
nativeBuildInputs = [ go-md2man installShellFiles util-linux ];