containerd: 1.6.12 -> 1.6.14

This commit is contained in:
R. Ryantm 2022-12-22 04:51:12 +00:00 committed by zowoq
parent 94373a589b
commit fc3859a07d

View file

@ -10,13 +10,13 @@
buildGoModule rec { buildGoModule rec {
pname = "containerd"; pname = "containerd";
version = "1.6.12"; version = "1.6.14";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "containerd"; owner = "containerd";
repo = "containerd"; repo = "containerd";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-02eg2RNEim47Q3TyTLYc0IdaBJcOf89qTab8GV8fDgA="; sha256 = "sha256-+2K2lLxTXZS8pjgqhJZd+JovUFqG5Cgw9iAbDjnUvvQ=";
}; };
vendorSha256 = null; vendorSha256 = null;