mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +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 {
|
stdenv.mkDerivation rec {
|
||||||
pname = "binaryninja-free";
|
pname = "binaryninja-free";
|
||||||
version = "4.2.6455";
|
version = "5.0.7290";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://web.archive.org/web/20241209150225/https://cdn.binary.ninja/installers/binaryninja_free_linux.zip";
|
url = "https://web.archive.org/web/20250426133400/https://cdn.binary.ninja/installers/binaryninja_free_linux.zip";
|
||||||
hash = "sha256-NOVuLmko8iYcJ/0fr0DNw7xPEC8EhT/SzcFWtNmjlYI=";
|
hash = "sha256-Fzdv+454Ajj8IxmdcxvcDGePFsTmmyPpnfBXge4p8iU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
icon = fetchurl {
|
icon = fetchurl {
|
||||||
|
@ -80,6 +80,7 @@ stdenv.mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
changelog = "https://binary.ninja/changelog/#${lib.replaceStrings [ "." ] [ "-" ] version}";
|
||||||
description = "Interactive decompiler, disassembler, debugger";
|
description = "Interactive decompiler, disassembler, debugger";
|
||||||
homepage = "https://binary.ninja/";
|
homepage = "https://binary.ninja/";
|
||||||
license = {
|
license = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue