hercules: 4.8 -> 4.9.1

(cherry picked from commit ed20164679)
This commit is contained in:
Adrian Pistol
2026-07-19 21:58:40 +02:00
committed by github-actions[bot]
parent 384d41deef
commit 8848a323ce

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 = ''