Skip to content

Commit

Permalink
rizin: 0.7.3 -> 0.7.4 (#367128)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Dec 22, 2024
2 parents 732677c + f66bc1e commit 14c07ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/analysis/rizin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
let
rizin = stdenv.mkDerivation rec {
pname = "rizin";
version = "0.7.3";
version = "0.7.4";

src = fetchurl {
url = "https://github.com/rizinorg/rizin/releases/download/v${version}/rizin-src-v${version}.tar.xz";
hash = "sha256-4O0lraa+QgmNONqczvS++9VJ5HfoD43/pcobj/n72nQ=";
hash = "sha256-9xGJEOXchDw4uqPgCzDsAZoc3VwTK6K8Fs8MdJdjEgE=";
};

mesonFlags = [
Expand Down

0 comments on commit 14c07ec

Please sign in to comment.