runc: 1.1.14 -> 1.1.15 (#347385)

This commit is contained in:
h7x4
2024-10-09 10:01:45 +02:00
committed by GitHub

View File

@@ -14,13 +14,13 @@
buildGoModule rec {
pname = "runc";
version = "1.1.14";
version = "1.1.15";
src = fetchFromGitHub {
owner = "opencontainers";
repo = "runc";
rev = "v${version}";
hash = "sha256-7PYbSZqCQLTaeFppuNz5mxDlwEyLkA5zpdMhWy1tWmc=";
hash = "sha256-y8TcMyNRkVfmNkumhohBoyiU6GM8/yLXT/CTFPmXlU4=";
};
vendorHash = null;