Merge pull request #174491 from sintemal/master

ghidra-bin: 10.1.1 -> 10.1.4
This commit is contained in:
Jörg Thalheim 2022-05-25 23:17:12 +01:00 committed by GitHub
commit 104f09f2e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,12 +24,12 @@ let
in stdenv.mkDerivation rec {
pname = "ghidra";
version = "10.1.1";
versiondate = "20211221";
version = "10.1.4";
versiondate = "20220519";
src = fetchzip {
url = "https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_${version}_build/ghidra_${version}_PUBLIC_${versiondate}.zip";
sha256 = "1aib24hjfavy31vq0pasbzix9lpqrb90m3hp4n0iakg6ck8jcl5r";
sha256 = "sha256-cOrmM+uE2ajGaYg9CmDHT3/hje7K9cmsq6u9MjkCHWk=";
};
nativeBuildInputs = [