runc: 1.3.1 -> 1.3.2

This commit is contained in:
R. Ryantm
2025-10-03 08:16:27 +00:00
parent 6e0e8f1225
commit ccc5f0ed0e
+2 -2
View File
@@ -16,13 +16,13 @@
buildGoModule (finalAttrs: {
pname = "runc";
version = "1.3.1";
version = "1.3.2";
src = fetchFromGitHub {
owner = "opencontainers";
repo = "runc";
tag = "v${finalAttrs.version}";
hash = "sha256-B7x1J2ijM+/RWzPTldBNhvrGa/8de6Unl47lOS/KxXs=";
hash = "sha256-Yva0zrcnuHCuIYVi07sxTxNc4fOXVo93jO1hbHjdYNo=";
};
vendorHash = null;