containerd: 2.1.3 -> 2.1.4 (#430100)

This commit is contained in:
Seth Flynn
2025-08-06 07:40:26 -04:00
committed by GitHub
+2 -2
View File
@@ -16,7 +16,7 @@
buildGoModule rec {
pname = "containerd";
version = "2.1.3";
version = "2.1.4";
outputs = [
"out"
@@ -28,7 +28,7 @@ buildGoModule rec {
owner = "containerd";
repo = "containerd";
tag = "v${version}";
hash = "sha256-MqHcwomsVYbjziO0vIpGAcREChe5mbJVGsvM96bszLA=";
hash = "sha256-eC9mfB/FWDxOGucNizHBiRkhkEFDdSxu9vRnXZp5Tug=";
};
postPatch = "patchShebangs .";