runc: 1.3.0 -> 1.3.1

This commit is contained in:
R. Ryantm
2025-09-04 19:07:09 +00:00
parent 925947a4cc
commit 7efa523d40
+2 -2
View File
@@ -16,13 +16,13 @@
buildGoModule rec {
pname = "runc";
version = "1.3.0";
version = "1.3.1";
src = fetchFromGitHub {
owner = "opencontainers";
repo = "runc";
tag = "v${version}";
hash = "sha256-oXoDio3l23Z6UyAhb9oDMo1O4TLBbFyLh9sRWXnfLVY=";
hash = "sha256-B7x1J2ijM+/RWzPTldBNhvrGa/8de6Unl47lOS/KxXs=";
};
vendorHash = null;