mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 02:47:28 +00:00
Merge pull request #201918 from roblabla/ghidra-update
ghidra: 10.2.1 -> 10.2.2
This commit is contained in:
commit
bad4753edc
@ -19,13 +19,13 @@
|
||||
let
|
||||
pkg_path = "$out/lib/ghidra";
|
||||
pname = "ghidra";
|
||||
version = "10.2.1";
|
||||
version = "10.2.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "NationalSecurityAgency";
|
||||
repo = "Ghidra";
|
||||
rev = "Ghidra_${version}_build";
|
||||
sha256 = "sha256-xK6rSvI3L5wVcTBxJJndAVQMxjpsA5jMq0GeWNmCodI=";
|
||||
sha256 = "sha256-AiyY6mGM+jHu9n39t/cYj+I5CE+a3vA4P0THNEFoZrk=";
|
||||
};
|
||||
|
||||
desktopItem = makeDesktopItem {
|
||||
|
Loading…
Reference in New Issue
Block a user