runc: 1.1.8 -> 1.1.9

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
This commit is contained in:
Sascha Grunert 2023-08-11 09:06:35 +02:00
parent 91eae85639
commit 128a081e0b
No known key found for this signature in database
GPG Key ID: 09D97D153EF94D93

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;