containerd: 2.1.1 -> 2.1.3 (#418940)

This commit is contained in:
Aleksana
2025-06-25 11:45:10 +08:00
committed by GitHub
+2 -2
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 .";