Merge pull request #264762 from saschagrunert/runc

runc: 1.1.9 -> 1.1.10
This commit is contained in:
Mario Rodas 2023-11-01 13:16:51 -05:00 committed by GitHub
commit 9bbd553359
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,13 +14,13 @@
buildGoModule rec {
pname = "runc";
version = "1.1.9";
version = "1.1.10";
src = fetchFromGitHub {
owner = "opencontainers";
repo = "runc";
rev = "v${version}";
hash = "sha256-9vNzKoG+0Ze4+dhluNM6QtsUjV8/bpkuvEF8ASBfBRo=";
hash = "sha256-YoRwr5imolblix1st/YeVTrAUdQXTqrx1BdNMdYlt/0=";
};
vendorHash = null;