lol

ghidra-extensions.lightkeeper: 1.1.0 -> 1.1.1 (#341484)

authored by

lassulus and committed by
GitHub
d0bac0dc 87ad80ef

+2 -2
+2 -2
pkgs/tools/security/ghidra/extensions/lightkeeper/default.nix
··· 5 5 }: 6 6 buildGhidraExtension rec { 7 7 pname = "lightkeeper"; 8 - version = "1.1.0"; 8 + version = "1.1.1"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "WorksButNotTested"; 12 12 repo = "lightkeeper"; 13 13 rev = version; 14 - hash = "sha256-S8yNn56A2CvrIBsq0RoBx0qOjrYDZSv1IVTxGmlL4Js="; 14 + hash = "sha256-Emyo4GBrR725jDxRsStC6/4F9mYnRo3S3QY0GeB/BvI="; 15 15 }; 16 16 preConfigure = '' 17 17 cd lightkeeper