Skip to content

Commit

Permalink
freebsd.ports: fetchzip -> fetchgit
Browse files Browse the repository at this point in the history
Snapshot downloads seem to have been disabled, and now return 400.

(cherry picked from commit c4cca0b)
  • Loading branch information
alyssais authored and github-actions[bot] committed Jan 22, 2025
1 parent bc381b1 commit 27d8146
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/os-specific/bsd/freebsd/package-set.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
stdenv,
lib,
stdenvNoCC,
fetchzip,
fetchgit,
sourceData,
versionData,
buildFreebsd,
Expand All @@ -25,8 +25,9 @@ lib.packagesFromDirectoryRecursive {
__attrsFailEvaluation = true;
};

ports = fetchzip {
url = "https://cgit.freebsd.org/ports/snapshot/ports-dde3b2b456c3a4bdd217d0bf3684231cc3724a0a.tar.gz";
ports = fetchgit {
url = "https://git.FreeBSD.org/ports.git";
rev = "dde3b2b456c3a4bdd217d0bf3684231cc3724a0a";
sha256 = "BpHqJfnGOeTE7tkFJBx0Wk8ryalmf4KNTit/Coh026E=";
};

Expand Down

0 comments on commit 27d8146

Please sign in to comment.