gap: move to new source URL
GAP downloads moved to a new subdomain. The old one still redirects, but the new one is the "source of truth" so we should switch to that.
This commit is contained in:
parent
a4c76b970c
commit
c269b51c38
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ stdenv.mkDerivation rec {
|
|||
version = "4.10.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.gap-system.org/pub/gap/gap-${lib.versions.major version}.${lib.versions.minor version}/tar.bz2/gap-${version}.tar.bz2";
|
||||
url = "https://files.gap-system.org/gap-${lib.versions.major version}.${lib.versions.minor version}/tar.bz2/gap-${version}.tar.bz2";
|
||||
sha256 = "0cp6ddk0469zzv1m1vair6gm27ic6c5m77ri8rn0znq3gaps6x94";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue