Unverified Commit 3c515069 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #288967 from wegank/rehex-bump

rehex: 0.60.1 -> 0.61.0
parents 40e76661 ea4b0783
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
, which
, zip
, libicns
, botan2
, capstone
, jansson
, libunistring
@@ -19,19 +20,19 @@

stdenv.mkDerivation rec {
  pname = "rehex";
  version = "0.60.1";
  version = "0.61.0";

  src = fetchFromGitHub {
    owner = "solemnwarning";
    repo = pname;
    rev = version;
    hash = "sha256-oF8XtxKqyo6c2lNH6WDq6aEPeZw8RqBinDVhPpaDAWg=";
    hash = "sha256-NBBBeTy15q6G30XR2PVd/xdIg41U2pWSPtqpdQX/+9o=";
  };

  nativeBuildInputs = [ pkg-config which zip ]
    ++ lib.optionals stdenv.isDarwin [ libicns ];

  buildInputs = [ capstone jansson libunistring wxGTK32 ]
  buildInputs = [ botan2 capstone jansson libunistring wxGTK32 ]
    ++ (with lua53Packages; [ lua busted ])
    ++ (with perlPackages; [ perl TemplateToolkit ])
    ++ lib.optionals stdenv.isLinux [ gtk3 ]