From ecfa0cc4f75b00d0f63e66460241f18f24acb929 Mon Sep 17 00:00:00 2001 From: Quinn Edenfield Date: Sun, 28 Jun 2026 15:08:16 -0700 Subject: [PATCH] libkrun-efi: 1.19.0 -> 1.19.3 --- pkgs/by-name/li/libkrun-efi/package.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/by-name/li/libkrun-efi/package.nix b/pkgs/by-name/li/libkrun-efi/package.nix index f16399560009..7f601db24457 100644 --- a/pkgs/by-name/li/libkrun-efi/package.nix +++ b/pkgs/by-name/li/libkrun-efi/package.nix @@ -20,13 +20,13 @@ withGpu ? true, }: let - version = "1.19.0"; + version = "1.19.3"; src = fetchFromGitHub { - owner = "containers"; + owner = "libkrun"; repo = "libkrun"; tag = "v${version}"; - hash = "sha256-g4u34sGdgv6mRRry9b5TAXSx+pmVwCNSD3YNtr6qRxo="; + hash = "sha256-mDko5fRcjnb3BI6cINr4gm6DiCghUlkIn1ZiQeHxyaE="; }; virglrenderer = stdenv.mkDerivation (finalAttrs: { @@ -77,7 +77,7 @@ let buildPhase = '' runHook preBuild - cd init + cd src/init_blob/init $CC -O2 -static -Wall -o init init.c dhcp.c runHook postBuild ''; @@ -100,7 +100,7 @@ stdenv.mkDerivation (finalAttrs: { cargoDeps = rustPlatform.fetchCargoVendor { inherit src; - hash = "sha256-rxdaqEKDDMxFwRuX6kLhqGyFXJTz+Bx4mJJhYL5nPgU="; + hash = "sha256-PE8xO8T5TFuGnL+95Y1BAz9EdJVUrxgVtVssAgStW+8="; }; nativeBuildInputs = [