Skip to content

Commit

Permalink
Updates for xilinx-bootgen (#373523)
Browse files Browse the repository at this point in the history
  • Loading branch information
flokli authored Jan 13, 2025
2 parents 00961e6 + 2686ec7 commit 5b678cc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pkgs/by-name/xi/xilinx-bootgen/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand All @@ -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 = ''
Expand Down

0 comments on commit 5b678cc

Please sign in to comment.