about summary refs log tree commit diff
path: root/pkgs/build-support/fetchurl/default.nix
AgeCommit message (Expand)AuthorFilesLines
2023-08-30fetchurl: Correctly handle { outputHash != ""; outputHashAlgo = "" }nicoo1-1/+3
2023-08-30fetchurl: Validate that a single hash was passednicoo1-2/+2
2023-08-08fetchurl: cleanup a bit by moving the warning into assertJan Malakhovski1-6/+8
2023-07-20fetchurl: clean up md5 referencesTheodore Ni1-2/+0
2022-10-05fixup! fetchurl: add pname+version supportSandro1-1/+0
2022-10-04fetchurl: add pname+version supportSandro Jäckel1-7/+16
2022-07-26fetchurl: disallow specifying both `sha256` and `hash`Vladimír Čunát1-0/+3
2022-06-30Merge pull request #164662 from infinisil/fetchurl-curlOpts-listRobert Hensing1-1/+13
2022-05-22treewide: enable strictDeps in bootstrap packagesArtturin1-0/+1
2022-04-26fetchurl: Introduce curlOptsList as an improvement over curlOptsSilvan Mosberger1-1/+13
2022-04-17fetchurl: passthru urlSandro Jäckel1-1/+1
2022-03-22treewide: clean up obsolete version checksAlyssa Ross1-2/+0
2022-02-26fetchzip: remove need for overrideAttrsJonathan Ringer1-1/+4
2022-01-02fetchurl: also check certificate when using all zero hash (#152608)Sandro1-1/+1
2021-04-01fetchurl: check that `url` is a stringVladimír Čunát1-1/+3
2020-06-09fetchurl: only allow empty hash when cacert is availableMatthew Bauer1-2/+9
2020-06-09fetchurl: allow empty hashMatthew Bauer1-1/+1
2020-05-03treewide: use https for nixos.org and hydra.nixos.orgPavol Rusnak1-1/+1
2019-11-11fetchurl: Eliminate pointless cross differencesJohn Ericson1-2/+2
2019-07-11fetchurl (and derived functions): Support SRI hashesEelco Dolstra1-3/+7
2019-01-18prefer-fetch-remote: an overlay to fetch on remote buildersJörg Thalheim1-3/+4
2018-06-11lib.release -> lib.trivial.releaseYegor Timoshenko1-1/+1
2018-06-11Leverage lib.releaseYegor Timoshenko1-1/+1
2018-05-18Merge branch 'master' into fetchurl-user-agentYegor Timoshenko1-20/+21
2018-02-18fetchurl: cleanup, better errorsJan Malakhovski1-15/+18
2018-01-10treewide: Fetchers should use `stdenvNoCC`.John Ericson1-5/+5
2018-01-09treewide: Fixed output fetch* derivations should use `nativeBuildInputs`John Ericson1-1/+1
2017-12-23fetchurl: add user agentDan Peebles1-1/+3
2017-11-05fetchurl: add passthruFrederik Rietdijk1-0/+4
2017-05-19fetchFromGitHub: Allow private repos, hosted githubsShea Levy1-1/+15
2017-04-21fetchurl: fixed typo in error messageSven Slootweg1-1/+1
2017-03-20fetch-*: remove md5 supportRobin Gloster1-4/+6
2016-11-30Remove fetchMD5warnEelco Dolstra1-2/+1
2016-10-09fetch*: print a trace warning about md5 deprecationMichael Raskin1-1/+2
2016-09-17lib/fetchers.nix: factor out impure proxy vars (#18702)Profpatsch1-7/+1
2016-04-14fetchurl: assert required Nix version for sha512Domen Kožar1-0/+1
2016-04-13fetchurl: Support SHA-512 hashesEelco Dolstra1-3/+4
2016-02-19Require at least one of url or urls in fetchurl.Scott Olson1-1/+1
2016-02-18Simplify fetchurl assertion logic.Scott Olson1-2/+1
2016-01-19fetchurl: support executablesDomen Kožar1-2/+5
2015-05-24fetchurl: allow adding meta info; fetchFrom*: add meta.homepageJan Malakhovski1-0/+5
2015-02-22fetchurl: fix typo from 105154afed pushed todayVladimír Čunát1-1/+1
2015-02-22fetchurl: build the mirror list locallyVladimír Čunát1-0/+1
2014-11-23fetchurl: friendly message if hash is not givenDomen Kožar1-3/+3
2014-05-13fetchurl: Fix typo in comment (close #2591)Linquize1-1/+1
2014-05-09fetchFromGitHub: Use .tar.gz instead of .zipEelco Dolstra1-4/+1
2014-05-08Add a function "fetchzip"Eelco Dolstra1-3/+19
2014-02-19fetchurl: Ensure that ‘urls’ is a listEelco Dolstra1-0/+1
2013-06-25nixos.org/tarballs -> tarballs.nixos.orgEelco Dolstra1-1/+1
2013-05-16fetchUrl: add curlOpts parameter (merge #535)Gergely Risko1-1/+4