Updates for xilinx-bootgen (#373523)

This commit is contained in:
Florian Klink
2025-01-13 21:10:44 +02:00
committed by GitHub
+5 -2
View File
@@ -3,17 +3,18 @@
stdenv,
fetchFromGitHub,
openssl,
nix-update-script,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "xilinx-bootgen";
version = "xilinx_v2024.1";
version = "xilinx_v2024.2";
src = fetchFromGitHub {
owner = "xilinx";
repo = "bootgen";
rev = finalAttrs.version;
hash = "sha256-/gNAqjwfaD2NWxs2536XGv8g2IyRcQRHzgLcnCr4a34=";
hash = "sha256-t165nTG4IkI3WrcS3ZryINmAOVzfctxg5zY3oqmNtLw=";
};
buildInputs = [ openssl ];
@@ -24,6 +25,8 @@ stdenv.mkDerivation (finalAttrs: {
install -Dm755 bootgen $out/bin/bootgen
'';
passthru.updateScript = nix-update-script { };
meta = {
description = "Generate Boot Images for Xilinx Zynq and ZU+ SoCs";
longDescription = ''