Unverified Commit d54c7bdc authored by winston's avatar winston
Browse files

gpredict-unstable: drop

parent b92afdae
Loading
Loading
Loading
Loading
+0 −25
Original line number Diff line number Diff line
{
  lib,
  fetchFromGitHub,
  goocanvas_3,
  nix-update-script,
  gpredict,
}:

(gpredict.override {
  goocanvas_2 = goocanvas_3;
}).overrideAttrs
  (finalAttrs: {
    version = "2.2.1-unstable-2025-09-20";

    src = fetchFromGitHub {
      owner = "csete";
      repo = "gpredict";
      rev = "34af48e6bfd9647559abb1df4907a65d064fc870";
      hash = "sha256-G4bS7w/USIzYOa+aYv3YQCbUQolV22Z/7+71GHHSUpk=";
    };

    patches = [ ];

    passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; };
  })
+1 −0
Original line number Diff line number Diff line
@@ -897,6 +897,7 @@ mapAliases {
  goocanvas = warnAlias "'goocanvas' has been renamed to goocanvas_1" goocanvas_1; # Added 2026-01-17
  gphotos-sync = throw "'gphotos-sync' has been removed, as it was archived upstream due to API changes that ceased its functions"; # Added 2025-11-06
  gprbuild-boot = throw "'gprbuild-boot' has been renamed to/replaced by 'gnatPackages.gprbuild-boot'"; # Converted to throw 2025-10-27
  gpredict-unstable = throw "'gpredict-unstable' has been removed, as it was behind 'gpredict'"; # Added 2026-04-29
  gpt-box = throw "'gpt-box' has been removed, as it is unmaintained"; # Added 2026-01-25
  gpxsee-qt5 = throw "gpxsee-qt5 was removed, use gpxsee instead"; # Added 2025-09-09
  gpxsee-qt6 = gpxsee; # Added 2025-09-09