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

runc: 1.1.12 -> 1.1.13
This commit is contained in:
Weijia Wang 2024-06-14 23:19:01 +02:00 committed by GitHub
commit 9f18ae227c
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.12";
version = "1.1.13";
src = fetchFromGitHub {
owner = "opencontainers";
repo = "runc";
rev = "v${version}";
hash = "sha256-N77CU5XiGYIdwQNPFyluXjseTeaYuNJ//OsEUS0g/v0=";
hash = "sha256-RQsM8Q7HogDVGbNpen3wxXNGR9lfqmNhkXTRoC+LBk8=";
};
vendorHash = null;