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