runc: 1.0.2 -> 1.0.3

https://github.com/opencontainers/runc/releases/tag/v1.0.3
This commit is contained in:
zowoq 2021-12-06 14:45:35 +10:00
parent c7fa870f5a
commit 7a87a48642

View File

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