Commit d561b555 authored by Thomas Gerbet's avatar Thomas Gerbet
Browse files

rizin: 0.5.1 -> 0.5.2

parent 2345d940
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [