Merge pull request #278328 from r-ryantm/auto-update/runc

runc: 1.1.10 -> 1.1.11
This commit is contained in:
maxine 2024-01-07 02:32:11 +01:00 committed by GitHub
commit 2bc58621af
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.10";
version = "1.1.11";
src = fetchFromGitHub {
owner = "opencontainers";
repo = "runc";
rev = "v${version}";
hash = "sha256-YoRwr5imolblix1st/YeVTrAUdQXTqrx1BdNMdYlt/0=";
hash = "sha256-3LZWidINg15Aqoswml/BY7ZmLvz0XsbtYV5Cx8h5lpM=";
};
vendorHash = null;