runc: 1.3.0 -> 1.3.1 (#440235)

This commit is contained in:
dish
2025-09-05 10:42:37 -04:00
committed by GitHub
+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;