hercules: 4.6 -> 4.7 (#345533)

This commit is contained in:
Peder Bergebakken Sundt
2024-10-03 19:09:40 +02:00
committed by GitHub
+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 = ''