runc: 1.4.0 -> 1.4.1

This commit is contained in:
R. Ryantm
2026-03-13 08:16:03 +00:00
parent 5d734348f6
commit 29fa4913ef
+2 -2
View File
@@ -16,13 +16,13 @@
buildGoModule (finalAttrs: {
pname = "runc";
version = "1.4.0";
version = "1.4.1";
src = fetchFromGitHub {
owner = "opencontainers";
repo = "runc";
tag = "v${finalAttrs.version}";
hash = "sha256-XPS9qWgDyKVLYs/QqWof6ydVK1T41QD8yDpvztc3NMc=";
hash = "sha256-YqzRHItk8gRDBQN+lUTGdbXUf+vuDIjmErDR57Ec/54=";
};
vendorHash = null;