runc: 1.1.2 -> 1.1.3

https://github.com/opencontainers/runc/releases/tag/v1.1.3
This commit is contained in:
zowoq 2022-06-09 10:19:13 +10:00
parent 169874d6a3
commit 368a80ecd8

View file

@ -16,13 +16,13 @@
buildGoModule rec {
pname = "runc";
version = "1.1.2";
version = "1.1.3";
src = fetchFromGitHub {
owner = "opencontainers";
repo = "runc";
rev = "v${version}";
sha256 = "sha256-tMneqB81w8lQp5RWWCjALyKbOY3xog+oqb6cYKasG/8=";
sha256 = "sha256-s0VRj/hjevtTZ9rUQsAsI2pg4ygahlrBIfFdETWy9W0=";
};
vendorSha256 = null;