Merge pull request #150154 from ius/ghidra

ghidra: 10.0.4 -> 10.1
This commit is contained in:
Jörg Thalheim
2021-12-11 06:10:32 +00:00
committed by GitHub
+3 -3
View File
@@ -24,12 +24,12 @@ let
in stdenv.mkDerivation rec {
pname = "ghidra";
version = "10.0.4";
versiondate = "20210928";
version = "10.1";
versiondate = "20211210";
src = fetchzip {
url = "https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_${version}_build/ghidra_${version}_PUBLIC_${versiondate}.zip";
hash = "sha256-nc+5Aqid3hGzbcKMCCaQ9E9AGOB3JyNkJn+3Yz8ewhM=";
sha256 = "0b4wn2nwxp96dpg3xpabqh74xxv0fhwmqq04wgfjgdh6bavqk86b";
};
nativeBuildInputs = [