hercules: 4.6 -> 4.7

This commit is contained in:
Adrian Pistol
2024-09-30 17:42:20 +02:00
parent 4f99e1dcda
commit f3535797cc
+2 -2
View File
@@ -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 = ''