runc: 1.4.1 -> 1.4.2

This commit is contained in:
R. Ryantm
2026-04-03 02:30:48 +00:00
parent d668df279a
commit 4810328c44
+2 -2
View File
@@ -16,13 +16,13 @@
buildGoModule (finalAttrs: {
pname = "runc";
version = "1.4.1";
version = "1.4.2";
src = fetchFromGitHub {
owner = "opencontainers";
repo = "runc";
tag = "v${finalAttrs.version}";
hash = "sha256-YqzRHItk8gRDBQN+lUTGdbXUf+vuDIjmErDR57Ec/54=";
hash = "sha256-bBZEcFr/w8r0pKb0ijONUogCKRMgbMQt3o2NR+zhXrU=";
};
vendorHash = null;