binaryninja-free: 5.1.8005 -> 5.1.8104 (#451825)

This commit is contained in:
Sandro
2025-11-01 20:00:35 +00:00
committed by GitHub

View File

@@ -20,11 +20,11 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "binaryninja-free";
version = "5.1.8005";
version = "5.1.8104";
src = fetchurl {
url = "https://github.com/Vector35/binaryninja-api/releases/download/stable/${finalAttrs.version}/binaryninja_free_linux.zip";
hash = "sha256-vXR0TXcQwEoYz1qiGO3TYajUt+QR9wfV0es6yTZvYLs=";
hash = "sha256-s7lRvQhegW/bgZc6XnAowTl1ZZPIN0/BJe+u3p9qHsE=";
};
icon = fetchurl {