rizin: 0.7.2 -> 0.7.3

This commit is contained in:
R. Ryantm 2024-04-14 02:28:03 +00:00
parent 1b69196959
commit a00e2964ae
1 changed files with 2 additions and 2 deletions

View File

@ -27,11 +27,11 @@
let rizin = stdenv.mkDerivation rec {
pname = "rizin";
version = "0.7.2";
version = "0.7.3";
src = fetchurl {
url = "https://github.com/rizinorg/rizin/releases/download/v${version}/rizin-src-v${version}.tar.xz";
hash = "sha256-/P8/tFrit14/YEvHoIB24yLm4U3veQmBhjeAZcyzWCo=";
hash = "sha256-4O0lraa+QgmNONqczvS++9VJ5HfoD43/pcobj/n72nQ=";
};
mesonFlags = [