Commit f3535797 authored by Adrian Pistol's avatar Adrian Pistol
Browse files

hercules: 4.6 -> 4.7

parent 4f99e1dc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -105,13 +105,13 @@ let
in
stdenv.mkDerivation rec {
  pname = "hercules";
  version = "4.6";
  version = "4.7";

  src = fetchFromGitHub {
    owner = "SDL-Hercules-390";
    repo = "hyperion";
    rev = "Release_${version}";
    hash = "sha256-ZhMTun6tmTsmIiFPTRFudwRXzWydrih61RsLyv0p24U=";
    hash = "sha256-5Kvs2OWQrlsRZpmx7vet8GCky5xAISBNAqn+NHgicOM";
  };

  postPatch = ''