tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
rizin: 0.7.2 -> 0.7.3
R. Ryantm
2 years ago
a00e2964
1b691969
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
analysis
rizin
default.nix
+2
-2
pkgs/development/tools/analysis/rizin/default.nix
···
27
27
28
28
let rizin = stdenv.mkDerivation rec {
29
29
pname = "rizin";
30
30
-
version = "0.7.2";
30
30
+
version = "0.7.3";
31
31
32
32
src = fetchurl {
33
33
url = "https://github.com/rizinorg/rizin/releases/download/v${version}/rizin-src-v${version}.tar.xz";
34
34
-
hash = "sha256-/P8/tFrit14/YEvHoIB24yLm4U3veQmBhjeAZcyzWCo=";
34
34
+
hash = "sha256-4O0lraa+QgmNONqczvS++9VJ5HfoD43/pcobj/n72nQ=";
35
35
};
36
36
37
37
mesonFlags = [