containerd: 2.1.1 -> 2.1.3

This commit is contained in:
Alexandru Scvorțov 2025-06-22 09:13:09 +01:00
parent 366bafce3b
commit 5715cb1e8f

View File

@ -16,7 +16,7 @@
buildGoModule rec { buildGoModule rec {
pname = "containerd"; pname = "containerd";
version = "2.1.1"; version = "2.1.3";
outputs = [ outputs = [
"out" "out"
@ -27,7 +27,7 @@ buildGoModule rec {
owner = "containerd"; owner = "containerd";
repo = "containerd"; repo = "containerd";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-ZqQX+bogzAsMvqYNKyWvHF2jdPOIhNQDizKEDbcbmOg="; hash = "sha256-MqHcwomsVYbjziO0vIpGAcREChe5mbJVGsvM96bszLA=";
}; };
postPatch = "patchShebangs ."; postPatch = "patchShebangs .";