mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-12 15:14:13 +00:00
xilinx-bootgen: xilinx_v2023.2 -> xilinx_v2024.1
This commit is contained in:
parent
f4f322d142
commit
a36e69c83d
@ -1,14 +1,14 @@
|
||||
{ lib, stdenv, fetchFromGitHub, openssl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "xilinx-bootgen";
|
||||
version = "xilinx_v2023.2";
|
||||
version = "xilinx_v2024.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "xilinx";
|
||||
repo = "bootgen";
|
||||
rev = version;
|
||||
hash = "sha256-YRaq36N6uBHyjuHQ5hCO35Y+y818NuSjg/js181iItA=";
|
||||
rev = finalAttrs.version;
|
||||
hash = "sha256-/gNAqjwfaD2NWxs2536XGv8g2IyRcQRHzgLcnCr4a34=";
|
||||
};
|
||||
|
||||
buildInputs = [ openssl ];
|
||||
@ -35,4 +35,4 @@ stdenv.mkDerivation rec {
|
||||
maintainers = [ maintainers.flokli ];
|
||||
mainProgram = "bootgen";
|
||||
};
|
||||
}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user