mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
binaryninja-free: 4.2.6455 -> 5.0.7290
This commit is contained in:
parent
f322494ba1
commit
40aa16f9ff
1 changed files with 4 additions and 3 deletions
|
@ -19,11 +19,11 @@
|
|||
}:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "binaryninja-free";
|
||||
version = "4.2.6455";
|
||||
version = "5.0.7290";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://web.archive.org/web/20241209150225/https://cdn.binary.ninja/installers/binaryninja_free_linux.zip";
|
||||
hash = "sha256-NOVuLmko8iYcJ/0fr0DNw7xPEC8EhT/SzcFWtNmjlYI=";
|
||||
url = "https://web.archive.org/web/20250426133400/https://cdn.binary.ninja/installers/binaryninja_free_linux.zip";
|
||||
hash = "sha256-Fzdv+454Ajj8IxmdcxvcDGePFsTmmyPpnfBXge4p8iU=";
|
||||
};
|
||||
|
||||
icon = fetchurl {
|
||||
|
@ -80,6 +80,7 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
meta = {
|
||||
changelog = "https://binary.ninja/changelog/#${lib.replaceStrings [ "." ] [ "-" ] version}";
|
||||
description = "Interactive decompiler, disassembler, debugger";
|
||||
homepage = "https://binary.ninja/";
|
||||
license = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue