about summary refs log tree commit diff
path: root/pkgs/build-support/fetchurl
Commit message (Collapse)AuthorAge
* mirrors.nix: Use HTTPS in maven mirrorsJonas Schürmann2020-01-20
| | | | | Since 2020-01-15, the maven central repository does no longer support HTTP. See https://blog.sonatype.com/central-repository-moving-to-https for details.
* fetchurl: Eliminate pointless cross differencesJohn Ericson2019-11-11
|
* fetchurl: add luarocks mirrorsMatthieu Coudron2019-09-07
| | | | | | | | | luarocks defines by default the following mirrors: https://github.com/luarocks/luarocks/blob/83093e7da7f789f0f7d3a6784597cbbed09c73e0/src/luarocks/core/cfg.lua#L205 Let's add them to nixpkgs. I have modified luarocks-nix to generate the proper nixpkgs urls. I bump luarocks-nix in the following commits.
* treewide: remove redundant recvolth2019-08-28
|
* mirrors: Add centos mirror (#66537)Josef Kemetmüller2019-08-20
| | | | This should remove the need to rename links from mirror.centos.org to vault.centos.org as the removed comment mentions.
* fetchurl mirrors: move steamrt mirror to another hostNikolay Amiantov2019-08-19
| | | | | This one is hosted in a cloud so hopefully incidents like https://github.com/NixOS/nixpkgs/pull/66853 won't repeat.
* mirrors: update apache mirrorsMario Rodas2019-07-15
| | | | | | + Add backup mirrors + Remove unreachable mirror wwwftp.ciril.fr + Use https on apache mirrors
* fetchurl (and derived functions): Support SRI hashesEelco Dolstra2019-07-11
| | | | | | | | | | | E.g. fetchFromGitHub { owner = "NixOS"; repo = "nix"; rev = "ad42a784690449873fccb20192bd2150da81c56d"; hash = "sha256-ZXeadXUJMXV5lSLz6TOBeL/SSOVwQ8ywxU5AFMCnbRU="; }
* mirrors.nix: add alsa-project.org for alsaBen Hipple2019-07-09
| | | | | Aside from being an HTTPS endpoint, this is the canonical mirror for alsa project downloads.
* mirrors: add osdn mirrorsMario Rodas2019-06-08
|
* mirrors: rename sourceforgejp to osdnMario Rodas2019-06-08
| | | | | SourceForge.jp renamed to OSDN on May 11, 2015. https://osdn.net/projects/sourceforge/news/24923
* Merge pull request #48325 from transumption/201810/warn-on-fetchurl-rev-archivesGraham Christensen2019-04-24
|\ | | | | fetchurl: warn on rev archives, resolves #32999
| * fetchurl: warn on rev archives, resolves #32999Yegor Timoshenko2018-10-16
| |
* | haskell: add more hackage mirrors, use mirrors in more placesMatthew Bauer2019-04-05
| | | | | | | | Fixes #58971
* | mirrorx.nix: add https and http mirrors for gccBen Hipple2019-02-16
| | | | | | | | | | HTTP is never worse and often better than FTP, since many users may be on networks that do not allow FTP traffic.
* | prefer-fetch-remote: an overlay to fetch on remote buildersJörg Thalheim2019-01-18
| | | | | | | | | | | | This is useful when running tools like NixOps or nix-review on workstations where the upload to the builder is significantly slower then downloading the source on the builder itself.
* | xorg: update mirrors to https and remove an outdated oneLengyel Balazs2019-01-04
| |
* | mirrors.nix: remove bad cpan mirrorsvolth2018-12-19
| |
* | fetchurl: refresh and add extra KDE mirrorsBenjamin Hipple2018-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fetchurl: fix and add extra KDE mirrors (#51480) - The gwdg.de mirror has moved the relative path of its KDE tarballs - Add new mirrors from Berkeley and MIT, which are on the list of officially supported mirrors https://download.kde.org/extra/download-mirrors.html * More KDE mirror touchups - The official one is a redirect to HTTPS anyways, so go directly to HTTPS - Add China USTC for Asian users - Swap Finland university from FTP to HTTP * fetchurl: keep one ftp KDE mirror
* | fetchurl: mirrors: http -> https, https before http, http before ftpJan Malakhovski2018-11-22
|/ | | | Because HTTP has a higher probability of working behind proxies.
* fetchurl: add sageupstream mirrorTimo Kaufmann2018-06-30
|
* Merge pull request #17757 from copumpkin/fetchurl-user-agentDaniel Peebles2018-06-11
|\ | | | | fetchurl: add user agent
| * lib.release -> lib.trivial.releaseYegor Timoshenko2018-06-11
| |
| * Leverage lib.releaseYegor Timoshenko2018-06-11
| |
| * Readd --retry 3Yegor Timoshenko2018-06-11
| |
| * Merge branch 'master' into fetchurl-user-agentYegor Timoshenko2018-05-18
| |\
| * | fetchurl: add user agentDan Peebles2017-12-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It would be nice to be able to track Nix requests. It's not trustworthy, but can be helpful for stats and routing in HTTP logs. Since `fetchurl` is used so widely, we should "magically" get a UA on `fetchzip`, `fetchFromGitHub`, and other related fetchers. Since `fetchurl` is only used for fixed-output derivations, this should cause no mass rebuild. User-Agent example: curl/7.57.0 Nixpkgs/18.03
* | | alsa: setup mirrors for src downloads (#41761)Benjamin Hipple2018-06-10
| | | | | | | | | | | | | | | This commit adds a list of supported mirrors for all alsa projects, as described on the download section of the alsa-project hompage: http://alsa-project.org/main/index.php/Download
* | | mirrors: remove obsolete mysql mirrorOrivej Desh2018-05-29
| |/ |/| | | | | It does not contain any of the versions currently in Nixpkgs.
* | fetchurl: remove broken samba mirrorFranz Pletz2018-03-13
| |
* | fetchurl: cleanup, better errorsJan Malakhovski2018-02-18
| | | | | | | | Also fix what seems like bugs in uncommon `stdenv`s.
* | treewide: Fetchers should use `stdenvNoCC`.John Ericson2018-01-10
| |
* | treewide: Fixed output fetch* derivations should use `nativeBuildInputs`John Ericson2018-01-09
|/
* fetchurl: add passthruFrederik Rietdijk2017-11-05
| | | | so that we could add e.g. the `version` attribute.
* mirrors: update apache and cpan mirrorsvolth2017-08-24
| | | removed dead mirrors, added new
* Merge pull request #27881 from mimadrid/fix/http-httpsFrederik Rietdijk2017-08-13
|\ | | | | Update homepage attributes: http -> https
| * Update homepage attributes: http -> httpsmimadrid2017-08-03
| | | | | | | | | | Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated https://repology.org/repository/nix_stable/problems
* | fetchurlBoot: add name attrRobin Gloster2017-08-04
|/
* fetchurl: remove unpaired call to `stopNest'Thomas Tuegel2017-07-21
| | | | | | | | Fixes #27406. Commit 5d4efb2c816d2143f29cad8153faad1686557b2a added an assertion to `stopNest' which requires it be correctly paired with `startNest'. `fetchurl' calls `stopNest', but never calls `startNest'; the former calls are removed.
* fetchurl: add some https ImageMagick mirrorsJan Malakhovski2017-06-07
|
* fetchFromGitHub: Allow private repos, hosted githubsShea Levy2017-05-19
|
* fetchurl: fixed typo in error messageSven Slootweg2017-04-21
| | | This typo was likely introduced by copy-pasting the error message from elsewhere and forgetting to change the text, during the MD5 deprecation process (#4491).
* fetch-*: remove md5 supportRobin Gloster2017-03-20
| | | | fixes #4491
* Merge pull request #20444 from NeQuissimus/java_packagesDaniel Peebles2017-02-27
|\ | | | | Java packages
| * javaPackages: Use artifactId/groupIdTim Steinbach2017-02-13
| |
| * Build supportTim Steinbach2016-11-14
| |
* | pythonPackages: use a more direct mirror (#22833)Profpatsch2017-02-15
| | | | | | | | The pypi.io domain is redirected two (!) times and lands on the URL added by this commit.
* | samba: Fix URLEelco Dolstra2017-02-07
| | | | | | | | Fixes #22527.
* | fetchurl: change to grep -E to fix #8561Vladimír Čunát2017-01-13
| | | | | | | | Close #21861.
* | Remove fetchMD5warnEelco Dolstra2016-11-30
|/ | | | | | | | Deprecation warnings should not be used in Nixpkgs because they spam innocent "nix-env -qa" users with (in this case) dozens of messages that they can't do anything about. This also reverts commit 2ca883338389b7ab995924a0cab0211993bdf1da.