runc: 1.1.12 -> 1.1.13

This commit is contained in:
R. Ryantm 2024-06-14 02:57:24 +00:00
parent e9ee548d90
commit 675e75dd3b

View File

@ -14,13 +14,13 @@
buildGoModule rec {
pname = "runc";
version = "1.1.12";
version = "1.1.13";
src = fetchFromGitHub {
owner = "opencontainers";
repo = "runc";
rev = "v${version}";
hash = "sha256-N77CU5XiGYIdwQNPFyluXjseTeaYuNJ//OsEUS0g/v0=";
hash = "sha256-RQsM8Q7HogDVGbNpen3wxXNGR9lfqmNhkXTRoC+LBk8=";
};
vendorHash = null;