Unverified Commit 0acc20f1 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #295782 from r-ryantm/auto-update/rehex

rehex: 0.61.0 -> 0.61.1
parents a5f3a832 9b744ec5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,13 +20,13 @@

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

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

  nativeBuildInputs = [ pkg-config which zip ]