Merge pull request #232650 from LeSuisse/ghidra-bin-10.2.3

ghidra-bin: 10.2.2 -> 10.2.3
This commit is contained in:
Robert Scott 2023-05-20 14:03:07 +01:00 committed by GitHub
commit 5e97f7b10e
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.2.2";
versiondate = "20221115";
version = "10.2.3";
versiondate = "20230208";
src = fetchzip {
url = "https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_${version}_build/ghidra_${version}_PUBLIC_${versiondate}.zip";
sha256 = "sha256-0OcSdCN8vWUgTgFdgNtiI0OfHmfa/WD9IoaJUl+llqI=";
hash = "sha256-0uDLS+fnUqLw+oqoR/Vs56vhzNmA54k0WBvhvDmlGKs=";
};
nativeBuildInputs = [