3
0
Fork 0
forked from mirrors/nixpkgs

ghidra: 10.2 -> 10.2.1

This commit is contained in:
roblabla 2022-11-12 12:17:47 +01:00
parent 7a146b3bab
commit d81027ce10

View file

@ -19,13 +19,13 @@
let
pkg_path = "$out/lib/ghidra";
pname = "ghidra";
version = "10.2";
version = "10.2.1";
src = fetchFromGitHub {
owner = "NationalSecurityAgency";
repo = "Ghidra";
rev = "Ghidra_${version}_build";
sha256 = "sha256-b6xUSAZgyvpJFiG3/kl2s1vpq9n1etnoa7AJLF3NdZY=";
sha256 = "sha256-xK6rSvI3L5wVcTBxJJndAVQMxjpsA5jMq0GeWNmCodI=";
};
desktopItem = makeDesktopItem {