rizin: 0.6.1 -> 0.6.2

This commit is contained in:
R. Ryantm 2023-09-17 08:29:38 +00:00 committed by Jörg Thalheim
parent 737d7e6765
commit ecbdb4c932

View file

@ -25,11 +25,11 @@
let rizin = stdenv.mkDerivation rec {
pname = "rizin";
version = "0.6.1";
version = "0.6.2";
src = fetchurl {
url = "https://github.com/rizinorg/rizin/releases/download/v${version}/rizin-src-v${version}.tar.xz";
hash = "sha256-dgZHyvinimOKDgQL97icPtBk+r3+rE/kT/FdYrqsbJE=";
hash = "sha256-4poAo+IgBL3RAUbShrHM4OBhltQarkcpqvydeDIf+Gs=";
};
mesonFlags = [