1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 20:21:14 +00:00

runc: 1.1.9 -> 1.1.10

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
This commit is contained in:
Sascha Grunert 2023-11-01 09:15:36 +01:00
parent 887f5441a8
commit 8d36e38261
No known key found for this signature in database
GPG key ID: 09D97D153EF94D93

View file

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