about summary refs log tree commit diff
path: root/pkgs/development/tools
Commit message (Collapse)AuthorAge
* bundlerUpdateScript: init and use (#64822)Nick Novitski2019-07-22
|
* Merge pull request #65194 from r-ryantm/auto-update/uftraceworldofpeace2019-07-21
|\ | | | | uftrace: 0.9.2 -> 0.9.3
| * uftrace: 0.9.2 -> 0.9.3R. RyanTM2019-07-20
| | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/uftrace/versions
* | Merge pull request #65207 from r-ryantm/auto-update/yarnMario Rodas2019-07-21
|\ \ | | | | | | yarn: 1.17.0 -> 1.17.3
| * | yarn: 1.17.0 -> 1.17.3R. RyanTM2019-07-20
| |/ | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/yarn/versions
* | Merge pull request #65178 from r-ryantm/auto-update/remarshalAndreas Rammhold2019-07-21
|\ \ | | | | | | remarshal: 0.9.1 -> 0.10.0
| * | remarshal: 0.9.1 -> 0.10.0R. RyanTM2019-07-20
| |/ | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/remarshal/versions
* | Merge pull request #57437 from elasticdog/cargo-razeAaron Andersen2019-07-20
|\ \ | | | | | | cargo-raze: init at 0.2.8
| * | cargo-raze: init at 0.2.8Aaron Bull Schaefer2019-07-19
| | |
* | | wp-cli: 2.0.1 -> 2.2.0Peter Hoeg2019-07-20
| | |
* | | sourcetrail: 2019.1.11 -> 2019.2.39midchildan2019-07-20
| | |
* | | bazel-watcher: fix the hash of the fetchAttrsWael M. Nasreddine2019-07-19
|/ /
* | ktlint: 0.33.0 -> 0.34.0 (#65094)Vladyslav M2019-07-19
|\ \ | |/ |/| ktlint: 0.33.0 -> 0.34.0
| * ktlint: 0.33.0 -> 0.34.0R. RyanTM2019-07-19
| | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ktlint/versions
* | Merge pull request #65045 from marsam/update-flowMario Rodas2019-07-19
|\ \ | | | | | | flow: 0.102.0 -> 0.103.0
| * | flow: 0.102.0 -> 0.103.0Mario Rodas2019-07-18
| | |
* | | ccache.links: make it a function of unwrappedCCFrederik Rietdijk2019-07-19
|/ / | | | | | | | | | | | | That way we can use a ccacheStdenv with e.g. a different CC: stdenv = overrideCC gcc8Stdenv (ccacheWrapper.override { unwrappedCC = gcc8Stdenv.cc.cc; });
* | Merge pull request #64801 from serokell/beam-erlangR21Daiderd Jordan2019-07-19
|\ \ | | | | | | beam-packages: default erlangR20 -> erlangR22
| * | hex2nix: 0.0.6-a31eadd7 -> 0.0.6-42d7b2ecYorick van Pelt2019-07-16
| | |
| * | relx-exe: 3.23.1 -> 3.32.1Yorick van Pelt2019-07-16
| | |
* | | electron_5: fix crash when using file chooser dialogSarunas Valaskevicius2019-07-18
| | |
* | | cachix: fix #65007Domen Kožar2019-07-18
| | |
* | | Merge pull request #64991 from xrelkd/update/cargo-xbuildworldofpeace2019-07-17
|\ \ \ | | | | | | | | cargo-xbuild: 0.5.14 -> 0.5.15
| * | | cargo-xbuild: 0.5.14 -> 0.5.15xrelkd2019-07-18
| | |/ | |/|
* / | jenkins: 2.176.1 -> 2.176.2Tim Steinbach2019-07-17
|/ /
* | pmd: 6.15.0 -> 6.16.0R. RyanTM2019-07-17
| | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pmd/versions
* | buildBazelPackage: cleanup hacks and enforce them for all buildsNikolay Amiantov2019-07-17
| | | | | | | | | | | | | | | | | | Timestamp verification skip is no longer needed (not sure why). Generally we better off always using the environment hack for all packages because that ensures all NIX_* flags are correctly applied. One possible improvement in future is to filter only NIX_* variables to passthru in Bazel.
* | sauce-connect: 4.5.1 -> 4.5.3R. RyanTM2019-07-17
| | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/sauce-connect/versions
* | Merge pull request #64958 from r-ryantm/auto-update/straceRyan Mulligan2019-07-16
|\ \ | | | | | | strace: 5.1 -> 5.2
| * | strace: 5.1 -> 5.2R. RyanTM2019-07-16
| | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/strace/versions
* | | bazel: drop absolute Python path (#64903)Wael Nasreddine2019-07-16
|\ \ \ | | | | | | | | | | | | | | | | Without this Bazel always picks Python 3 which breaks Python 2 packages. Strangely enough just dropping this patch works, with all `bazel.tests` passing.
| * | | bazel: drop absolute Python pathNikolay Amiantov2019-07-16
| | | | | | | | | | | | | | | | | | | | | | | | Without this Bazel always picks Python 3 which breaks Python 2 packages. Strangely enough just dropping this patch works, with all `bazel.tests` passing.
* | | | Merge pull request #64864 from r-ryantm/auto-update/pkgconfRyan Mulligan2019-07-16
|\ \ \ \ | | | | | | | | | | pkgconf: 1.6.1 -> 1.6.3
| * | | | pkgconf: 1.6.1 -> 1.6.3R. RyanTM2019-07-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pkgconf/versions
* | | | | Merge pull request #64633 from guibou/bazel_0.28Wael Nasreddine2019-07-16
|\ \ \ \ \ | | | | | | | | | | | | bazel: 0.27.0 -> 0.28.0
| * | | | | bazel: 0.27.0 -> 0.28.0Guillaume Bouchard2019-07-16
| | | | | |
| * | | | | bazel: Use --distdir for prefetched repositoriesGuillaume Bouchard2019-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --distdir is now used in the installCheckPhase for prefetched repositories. That's simpler, more robust and easier to extend in the future. Note that `name` argument of fetchurl was removed because it changed the basename of the generated file and bazel uses this basename for its cache behavior.
* | | | | | Merge #64742: firefox 67 -> 68, and related updatesVladimír Čunát2019-07-16
|\ \ \ \ \ \
| * | | | | | rust-cbindgen: 0.8.3 -> 0.8.7taku02019-07-14
| | | | | | |
* | | | | | | Merge master into staging-nextFrederik Rietdijk2019-07-16
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Merge pull request #64790 from marsam/update-opamMario Rodas2019-07-15
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | opam: 2.0.4 -> 2.0.5
| | * | | | | | opam: 2.0.4 -> 2.0.5Mario Rodas2019-07-15
| | | | | | | |
| * | | | | | | ocamlPackages.merlin: 3.3.1 -> 3.3.2Mario Rodas2019-07-15
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge pull request #64714 from ivanbrennan/fly-5.3.0Wael Nasreddine2019-07-15
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | fly: init at 5.3.0
| | * | | | | fly: init at 5.3.0ivanbrennan2019-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add `fly` CLI for working with Concourse CI, and include Bash completions.
| * | | | | | Merge pull request #64770 from r-ryantm/auto-update/babeltraceBjørn Forsman2019-07-15
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | babeltrace: 1.5.6 -> 1.5.7
| | * | | | | | babeltrace: 1.5.6 -> 1.5.7R. RyanTM2019-07-14
| | | |_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/babeltrace/versions
| * | | | | | ammonite: 1.6.8 -> 1.6.9R. RyanTM2019-07-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ammonite/versions
* | | | | | | Merge branch 'master' into staging-nextVladimír Čunát2019-07-15
|\| | | | | | | |_|_|_|_|/ |/| | | | | | | | | | | Hydra nixpkgs: ?compare=1530372
| * | | | | Merge pull request #64719 from xrelkd/update/cargo-bloatworldofpeace2019-07-14
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | cargo-bloat: 0.7.1 -> 0.7.2