Commit 002d9093 authored by R. RyanTM's avatar R. RyanTM
Browse files

rehex: 0.63.3 -> 0.63.4

parent 46d8d22b
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.63.3";
  version = "0.63.4";

  src = fetchFromGitHub {
    owner = "solemnwarning";
    repo = "rehex";
    tag = version;
    hash = "sha256-o/ff0V0pMomXRu1DrD/m+M6364NisUI+8+RwryIsSLc=";
    hash = "sha256-Iy87iEadK9fXApeYpJbG0jV437wGJxlOoiJLfaUTkVs=";
  };

  nativeBuildInputs = [