Merge pull request #248482 from saschagrunert/runc

runc: 1.1.8 -> 1.1.9
This commit is contained in:
Franz Pletz 2023-08-11 16:52:10 +02:00 committed by GitHub
commit fcb4f83063
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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