summaryrefslogtreecommitdiffstats
path: root/pkgs/development/tools/coursier
AgeCommit message (Collapse)Author
2020-02-10Upgrades coursier to 2.0.0-RC6-4Tamer Abdulradi
2019-08-24Merge branch 'master' into staging-nextVladimír Čunát
There ver very many conflicts, basically all due to name -> pname+version. Fortunately, almost everything was auto-resolved by kdiff3, and for now I just fixed up a couple evaluation problems, as verified by the tarball job. There might be some fallback to these conflicts, but I believe it should be minimal. Hydra nixpkgs: ?compare=1538299
2019-08-23coursier: 1.1.0-M14-6 -> 2.0.0-RC3-3Markus Hauck
2019-08-15treewide: name -> pname (easy cases) (#66585)volth
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-06-01coursier: 1.1.0-M14-4 -> 1.1.0-M14-6R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/coursier/versions
2019-05-08coursier: 1.1.0-M14-1 -> 1.1.0-M14-4Kevin Rauscher
2019-04-27coursier: 1.1.0-M10 -> 1.1.0-M14.1Kevin Rauscher
2019-04-22treewide: Change URLs to HTTPSDaniel Schaefer
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them if there's actual content. Inspired by https://github.com/NixOS/nixpkgs/issues/60004
2019-02-01coursier: 1.0.1 -> 1.1.0-M10Guillaume Massé
2018-07-21coursier: patch shebang to make it work in the nix sandboxesJörg Thalheim
Before `/usr/bin/env sh` was in the script.
2018-02-22coursier: 1.0.0 -> 1.0.1volth
2018-01-04coursier: 1.0.0-RC13 -> 1.0.0volth
2017-12-14coursier: fix shebangOrivej Desh
Do not override phases for the fixupPhase to patching the script interpreter of .coursier-wrapped. Fixes the sandboxed build of scalafmt: https://github.com/NixOS/nixpkgs/pull/32442#issuecomment-351742204
2017-12-08coursier: 1.0.0-RC3 -> 1.0.0-RC13volth
minor version bump, required for https://github.com/NixOS/nixpkgs/pull/32442#issuecomment-350334285
2017-05-21coursier: 1.0.0-RC2 -> 1.0.0-RC3Tim Steinbach
2017-05-06coursier: 1.0.0-RC1 -> 1.0.0-RC2Tim Steinbach
2017-04-08coursier: 1.0.0-M15-5 -> 1.0.0-RC1Tim Steinbach
2017-03-20coursier: makeWrapper as nativeBuildInputs, add adelbertc and nequissimus as ↵Adelbert Chang
maintainers
2017-03-19coursier: init at 1.0.0-M15Adelbert Chang