Merge pull request #233014 from NixOS/backport-232650-to-release-22.11

[Backport release-22.11] ghidra-bin: 10.2.2 -> 10.2.3
This commit is contained in:
Robert Scott
2023-05-20 14:55:19 +01:00
committed by GitHub

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 = [