about summary refs log tree commit diff
path: root/pkgs/development/tools
Commit message (Collapse)AuthorAge
* texlab: 1.9.0 -> 1.10.0 (#79885)Kira Bruneau2020-02-13
|
* Merge pull request #79785 from lovesegfault/cargo-udeps-0.1.7worldofpeace2020-02-13
|\ | | | | cargo-udeps: 0.1.5 -> 0.1.7
| * cargo-udeps: 0.1.5 -> 0.1.7Bernardo Meurer2020-02-10
| |
* | Merge pull request #80002 from mmahut/lazygitMarek Mahut2020-02-13
|\ \ | | | | | | lazygit: 0.14.2 -> 0.14.3
| * | lazygit: 0.14.2 -> 0.14.3Marek Mahut2020-02-13
| | |
* | | Merge pull request #79965 from xrelkd/update/cargo-sweepMario Rodas2020-02-13
|\ \ \ | | | | | | | | cargo-sweep: 0.4.1 -> 0.5.0
| * | | cargo-sweep: 0.4.1 -> 0.5.0xrelkd2020-02-13
| | | |
* | | | Merge pull request #79964 from xrelkd/update/cargo-xbuildMario Rodas2020-02-13
|\ \ \ \ | | | | | | | | | | cargo-xbuild: 0.5.21 -> 0.5.24
| * | | | cargo-xbuild: 0.5.21 -> 0.5.24xrelkd2020-02-13
| |/ / /
* | | | Merge pull request #79700 from tabdulradi/patch-2Marek Mahut2020-02-13
|\ \ \ \ | |_|/ / |/| | | Upgrades coursier to 2.0.0-RC6-4
| * | | Upgrades coursier to 2.0.0-RC6-4Tamer Abdulradi2020-02-10
| | | |
* | | | Merge pull request #77140 from dtzWill/feature/samuraiWill Dietz2020-02-13
|\ \ \ \ | | | | | | | | | | samurai: init at 1.0
| * | | | samurai: init at 1.0Will Dietz2020-01-06
| | | | |
* | | | | go-license-detector: init at 3.0.2Will Dietz2020-02-12
| |_|/ / |/| | |
* | | | Merge pull request #79478 from stefano-m/aws-sam-cli-no-telemetryMichele Guerini Rocco2020-02-12
|\ \ \ \ | | | | | | | | | | aws-sam-cli: disable telemetry
| * | | | aws-sam-cli: add argument to conditionally enable telemetryStefano Mazzucco2020-02-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If someone really wants to opt into telemetry, they can do so by setting `enableTelemetry` to `true` (the default is `false`), in which case the wrapper that sets `SAM_CLI_TELEMETRY` to `0` will not be created. Note that this actually allows a user to optionally disable telemetry from the command line or the (poorly documented) configuration in `~/.aws-sam/metadata.json`. The downside is telemetry will be enabled at least on the first run, causing a unique installation ID to be saved in the configuration file.
| * | | | aws-sam-cli: disable telemetryStefano Mazzucco2020-02-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since v0.19.0 aws-sam-cli sends telemetry data to AWS[1]. To protect the users' privacy, we opt-out by default. [1] https://github.com/awslabs/aws-sam-cli/issues/1272
* | | | | Merge pull request #79697 from r-ryantm/auto-update/rust-bindgenRyan Mulligan2020-02-12
|\ \ \ \ \ | | | | | | | | | | | | rust-bindgen: 0.52.0 -> 0.53.1
| * | | | | rust-bindgen: 0.52.0 -> 0.53.1R. RyanTM2020-02-10
| | | | | |
* | | | | | chromedriver: 78.0.3904.70 -> 80.0.3987.16TANIGUCHI Kohei2020-02-12
| | | | | |
* | | | | | wasm-pack: 0.8.1 -> 0.9.1David Leung2020-02-12
| | | | | |
* | | | | | Merge pull request #79786 from andir/firefox73Andreas Rammhold2020-02-12
|\ \ \ \ \ \ | | | | | | | | | | | | | | firefox: 72.0.3 -> 73.0
| * | | | | | rust-cbindgen: 0.10.0 -> 0.13.1Andreas Rammhold2020-02-11
| | |_|_|_|/ | |/| | | |
* | | | | | Merge master into staging-nextFrederik Rietdijk2020-02-12
|\ \ \ \ \ \
| * | | | | | vulkan-validation-layers: 1.1.114.0 -> 1.2.131.2Benjamin Saunders2020-02-11
| | | | | | |
| * | | | | | grabserial: 1.9.9 -> 2.0.2R. RyanTM2020-02-11
| | | | | | |
* | | | | | | Merge staging into staging-nextFrederik Rietdijk2020-02-11
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | ruby_2_4: removezimbatm2020-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to https://endoflife.software/programming-languages/server-side-scripting/ruby ruby 2.4 will go end-of-life in march, where the new release of nixpkgs will be cut. We won't be able to support it for security updates. Remove all references to ruby_2_4 and add ruby_2_7 instead where missing. Mark packages that depend on ruby 2.4 as broken: * chefdk * sonic-pi
| * | | | | | fetchcargo: use flat tar.gz file for vendored src instead of recursive hash dirBenjamin Hipple2020-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This has several advantages: 1. It takes up less space on disk in-between builds in the nix store. 2. It uses less space in the binary cache for vendor derivation packages. 3. It uses less network traffic downloading from the binary cache. 4. It plays nicely with hashed mirrors like tarballs.nixos.org, which only substitute --flat hashes on single files (not recursive directory hashes). 5. It's consistent with how simple `fetchurl` src derivations work. 6. It provides a stronger abstraction between input src-package and output package, e.g., it's harder to accidentally depend on the src derivation at runtime by referencing something like `${src}/etc/index.html`. Likewise, in the store it's harder to get confused with something that is just there as a build-time dependency vs. a runtime dependency, since the build-time src dependencies are tarred up. Disadvantages are: 1. It takes slightly longer to untar at the start of a build. As currently implemented, this attaches the compacted vendor.tar.gz feature as a rider on `verifyCargoDeps`, since both of them are relatively newly implemented behavior that change the `cargoSha256`. If this PR is accepted, I will push forward the remaining rust packages with a series of treewide PRs to update the `cargoSha256`s.
| * | | | | | Merge staging-next into stagingFrederik Rietdijk2020-02-10
| |\ \ \ \ \ \
| * | | | | | | ninja: 1.9.0 -> 1.10.0Tobias Mayer2020-02-09
| | | | | | | |
* | | | | | | | Merge pull request #79750 from doronbehar/update-luarocksMichael Raskin2020-02-11
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | luarocks: 3.2.1 -> 3.3.1
| * | | | | | | luarocks: 3.2.1 -> 3.3.1Doron Behar2020-02-10
| | | | | | | |
* | | | | | | | gofumpt: 2019-07-29 -> 2019-11-11Roman Volosatovs2020-02-10
| | | | | | | |
* | | | | | | | nsis: 3.04 -> 3.05Pedro Pombeiro2020-02-10
| | | | | | | |
* | | | | | | | gotools: fix the path in the setup-hookWael M. Nasreddine2020-02-10
| | | | | | | |
* | | | | | | | Merge pull request #79416 from jtojnar/flatpak-1.6worldofpeace2020-02-10
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | flatpak: 1.4.2 → 1.6.1
| * | | | | | | gnome-desktop-testing: 2018.1 → unstable-2019-12-11Jan Tojnar2020-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to master since the stable version prints to journal even when running in terminal, which is annoying. Also clean up the expression.
* | | | | | | | Merge pull request #79628 from NixOS/staging-nextFrederik Rietdijk2020-02-10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Staging next
| * | | | | | | | aws-sam-cli: fix buildFrederik Rietdijk2020-02-10
| | |_|/ / / / / | |/| | | | | |
| * | | | | | | Merge master into staging-nextFrederik Rietdijk2020-02-10
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Merge staging into staging-nextFrederik Rietdijk2020-02-09
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | * | | | | | Merge staging-next into stagingFrederik Rietdijk2020-02-09
| | |\ \ \ \ \ \ | | | | |_|/ / / | | | |/| | | |
| | * | | | | | bison: 3.5 -> 3.5.1R. RyanTM2020-02-09
| | | | | | | |
| | * | | | | | Merge staging-next into stagingFrederik Rietdijk2020-02-07
| | |\ \ \ \ \ \
| | * | | | | | | doxygen: 1.8.15 -> 1.8.17R. RyanTM2020-02-06
| | | | | | | | |
| | * | | | | | | help2man: 1.47.11 -> 1.47.12R. RyanTM2020-02-06
| | | | | | | | |
* | | | | | | | | lazygit: 0.13 -> 0.14.2Oleksii Filonenko2020-02-10
| | | | | | | | |
* | | | | | | | | run: add filalex77 to maintainersOleksii Filonenko2020-02-10
| | | | | | | | |
* | | | | | | | | run: 0.7.0 -> 0.7.1Oleksii Filonenko2020-02-10
| | | | | | | | |