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

rizin: 0.7.2 -> 0.7.3

authored by 7c6f434c and committed by GitHub 16cd01b8 52917196

+2 -2
+2 -2
pkgs/development/tools/analysis/rizin/default.nix
··· 27 27 28 28 let rizin = stdenv.mkDerivation rec { 29 29 pname = "rizin"; 30 - version = "0.7.2"; 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 - hash = "sha256-/P8/tFrit14/YEvHoIB24yLm4U3veQmBhjeAZcyzWCo="; 34 + hash = "sha256-4O0lraa+QgmNONqczvS++9VJ5HfoD43/pcobj/n72nQ="; 35 35 }; 36 36 37 37 mesonFlags = [