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

runc: 1.1.11 -> 1.1.12
This commit is contained in:
Fabián Heredia Montiel 2024-02-01 18:52:09 -06:00 committed by GitHub
commit d896530c83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,13 +14,13 @@
buildGoModule rec {
pname = "runc";
version = "1.1.11";
version = "1.1.12";
src = fetchFromGitHub {
owner = "opencontainers";
repo = "runc";
rev = "v${version}";
hash = "sha256-3LZWidINg15Aqoswml/BY7ZmLvz0XsbtYV5Cx8h5lpM=";
hash = "sha256-N77CU5XiGYIdwQNPFyluXjseTeaYuNJ//OsEUS0g/v0=";
};
vendorHash = null;