runc: 1.0.3 -> 1.1.0

https://github.com/opencontainers/runc/releases/tag/v1.1.0
This commit is contained in:
zowoq 2022-01-18 09:47:22 +10:00
parent 13e3f202d2
commit a51e06caff

View file

@ -16,13 +16,13 @@
buildGoModule rec {
pname = "runc";
version = "1.0.3";
version = "1.1.0";
src = fetchFromGitHub {
owner = "opencontainers";
repo = "runc";
rev = "v${version}";
sha256 = "sha256-Tl/JKbIpao+FCjngPzaVkxse50zo3XQ9Mg/AdkblMcI=";
sha256 = "sha256-svLxxfiRDLWkdRuHXaDyH5Ta6qmptI8z+s41iZKgbWM=";
};
vendorSha256 = null;