containerd: 2.1.3 -> 2.1.4

This commit is contained in:
R. Ryantm 2025-08-01 11:50:35 +00:00
parent 2081733c23
commit e91a1270c2

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 .";