Merge pull request #188330 from qowoz/runc

runc: 1.1.3 -> 1.1.4
This commit is contained in:
superherointj 2022-08-25 21:09:20 -03:00 committed by GitHub
commit f882031cfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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