runc: 1.1.13 -> 1.1.14

This commit is contained in:
R. Ryantm
2024-09-03 03:05:22 +00:00
parent b387a48a04
commit 6011e86df3

View File

@@ -14,13 +14,13 @@
buildGoModule rec {
pname = "runc";
version = "1.1.13";
version = "1.1.14";
src = fetchFromGitHub {
owner = "opencontainers";
repo = "runc";
rev = "v${version}";
hash = "sha256-RQsM8Q7HogDVGbNpen3wxXNGR9lfqmNhkXTRoC+LBk8=";
hash = "sha256-7PYbSZqCQLTaeFppuNz5mxDlwEyLkA5zpdMhWy1tWmc=";
};
vendorHash = null;