hercules: 4.8 -> 4.9.1

This commit is contained in:
Adrian Pistol
2026-07-19 21:58:40 +02:00
parent 6be970d790
commit ed20164679
+2 -2
View File
@@ -108,13 +108,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "hercules";
version = "4.8";
version = "4.9.1";
src = fetchFromGitHub {
owner = "SDL-Hercules-390";
repo = "hyperion";
rev = "Release_${finalAttrs.version}";
hash = "sha256-3Go5m4/K8d4Vu7Yi8ULQpX83d44fu9XzmG/gClWeUKo=";
hash = "sha256-+ti94ubU7CdXRyatvneUES+qaMLwHmdtq04WRu7UiiY=";
};
postPatch = ''