runc: 1.1.5 -> 1.1.6

Diff: https://github.com/opencontainers/runc/compare/v1.1.5...v1.1.6
This commit is contained in:
zowoq
2023-04-12 17:37:45 +10:00
parent ae674781d9
commit c707583645
@@ -15,16 +15,16 @@
buildGoModule rec {
pname = "runc";
version = "1.1.5";
version = "1.1.6";
src = fetchFromGitHub {
owner = "opencontainers";
repo = "runc";
rev = "v${version}";
sha256 = "sha256-r5as3hb0zt+XPfxAPeH+YIc/n6IRlscPOZMGfhVE5C4=";
hash = "sha256-vcOOkpUywDqHW+ZZO0tSsMmJp3gSvyRy/nVrn1deLY0=";
};
vendorSha256 = null;
vendorHash = null;
outputs = [ "out" "man" ];
nativeBuildInputs = [ go-md2man installShellFiles makeWrapper pkg-config which ];