Merge pull request #223626 from LeSuisse/rizin-0.5.2

rizin: 0.5.1 -> 0.5.2
This commit is contained in:
Jörg Thalheim 2023-03-29 07:09:12 +01:00 committed by GitHub
commit 8667b0cb36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,11 +23,11 @@
stdenv.mkDerivation rec {
pname = "rizin";
version = "0.5.1";
version = "0.5.2";
src = fetchurl {
url = "https://github.com/rizinorg/rizin/releases/download/v${version}/rizin-src-v${version}.tar.xz";
hash = "sha256-96EzipCd5GX1bkpZIXZp1ZUVO+Oe4t5bhthGZHUVmFk=";
hash = "sha256-cauA/DyKycgKEAANg4EoryigXTGg7hg5AMLFxuNQ7KM=";
};
mesonFlags = [