Unverified Commit 3e2e68fb authored by Bjørn Forsman's avatar Bjørn Forsman Committed by GitHub
Browse files

gbforth: unstable-2023-03-02 -> unstable-2025-10-08 (#450154)

parents aacf3787 4f6fda42
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -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 = [
@@ -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";