Loading pkgs/by-name/gb/gbforth/package.nix +6 −3 Original line number Diff line number Diff line Loading @@ -4,17 +4,18 @@ fetchFromGitHub, makeWrapper, gforth, unstableGitUpdater, }: stdenv.mkDerivation { pname = "gbforth"; version = "unstable-2023-03-02"; version = "unstable-2025-10-08"; src = fetchFromGitHub { owner = "ams-hackers"; repo = "gbforth"; rev = "428fcf5054fe301e90ac74b1d920ee3ecc375b5b"; hash = "sha256-v1bdwT15Wg1VKpo74Cc3tsTl1uOKvKdlHWtbZkJ/qbA="; rev = "39ec80520bf7bedf881eca01909cc9eeb7334a60"; hash = "sha256-3Zky+ZKA0FPhO1l5pFdmDQgdwvvO3QgPGsgVracY5xw="; }; nativeBuildInputs = [ Loading @@ -40,6 +41,8 @@ stdenv.mkDerivation { runHook postInstallCheck ''; passthru.updateScript = unstableGitUpdater { }; meta = with lib; { homepage = "https://gbforth.org/"; description = "Forth-based Game Boy development kit"; Loading Loading
pkgs/by-name/gb/gbforth/package.nix +6 −3 Original line number Diff line number Diff line Loading @@ -4,17 +4,18 @@ fetchFromGitHub, makeWrapper, gforth, unstableGitUpdater, }: stdenv.mkDerivation { pname = "gbforth"; version = "unstable-2023-03-02"; version = "unstable-2025-10-08"; src = fetchFromGitHub { owner = "ams-hackers"; repo = "gbforth"; rev = "428fcf5054fe301e90ac74b1d920ee3ecc375b5b"; hash = "sha256-v1bdwT15Wg1VKpo74Cc3tsTl1uOKvKdlHWtbZkJ/qbA="; rev = "39ec80520bf7bedf881eca01909cc9eeb7334a60"; hash = "sha256-3Zky+ZKA0FPhO1l5pFdmDQgdwvvO3QgPGsgVracY5xw="; }; nativeBuildInputs = [ Loading @@ -40,6 +41,8 @@ stdenv.mkDerivation { runHook postInstallCheck ''; passthru.updateScript = unstableGitUpdater { }; meta = with lib; { homepage = "https://gbforth.org/"; description = "Forth-based Game Boy development kit"; Loading