Merge pull request #303952 from r-ryantm/auto-update/rizin

rizin: 0.7.2 -> 0.7.3
This commit is contained in:
7c6f434c 2024-04-14 21:57:18 +00:00 committed by GitHub
commit 16cd01b808
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = [