binaryninja-free: 5.2.8614 -> 5.2.8722

This commit is contained in:
Tim Schumacher
2025-12-06 23:37:12 +01:00
parent 1d99a3398c
commit a5d3c9bdac
+2 -2
View File
@@ -20,11 +20,11 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "binaryninja-free";
version = "5.2.8614";
version = "5.2.8722";
src = fetchurl {
url = "https://github.com/Vector35/binaryninja-api/releases/download/stable/${finalAttrs.version}/binaryninja_free_linux.zip";
hash = "sha256-Z7hI0WTOseEgM/opZLxSGCnHYXiliEWksA1FpICLRPQ=";
hash = "sha256-YlBr/Cdjev7LWY/VsKgv/i3zHj4YR49RX69zmhhie7U=";
};
icon = fetchurl {