about summary refs log tree commit diff
path: root/pkgs/tools/package-management
Commit message (Collapse)AuthorAge
* cargo-deb: 1.23.1 -> 1.23.2Maximilian Bosch2020-02-28
|
* cargo-deps: 1.1.1 -> 1.4.1Maximilian Bosch2020-02-27
|
* nixFlakes: 2.4pre20200207_d2032ed -> 2.4pre20200220_4a4521fEelco Dolstra2020-02-24
|
* nixpkgs-review: 2.1.1 -> 2.2.0R. RyanTM2020-02-19
|
* Merge pull request #80505 from bhipple/auto-update/cargo-auditMaximilian Bosch2020-02-19
|\ | | | | cargo-audit: 0.10.0 -> 0.11.2
| * cargo-audit: 0.10.0 -> 0.11.2Benjamin Hipple2020-02-19
| |
* | nix: 2.3.2 -> 2.3.3Eelco Dolstra2020-02-19
|/
* protontricks: 1.4 -> 1.4.1MetaDark2020-02-18
|
* Merge pull request #80290 from bhipple/u/rust-cargo-cargo-editworldofpeace2020-02-17
|\ | | | | cargo-edit: upgrade cargo fetcher and cargoSha256
| * cargo-edit: upgrade cargo fetcher and cargoSha256Benjamin Hipple2020-02-16
| | | | | | | | Infra upgrade as part of #79975; no functional change expected.
* | Merge pull request #80289 from bhipple/u/rust-cargo-cargo-graphworldofpeace2020-02-17
|\ \ | | | | | | cargo-graph: upgrade cargo fetcher and cargoSha256
| * | cargo-graph: upgrade cargo fetcher and cargoSha256Benjamin Hipple2020-02-16
| |/ | | | | | | Infra upgrade as part of #79975; no functional change expected.
* | Merge pull request #80294 from bhipple/u/cargo-outdatedMaximilian Bosch2020-02-17
|\ \ | | | | | | cargo-outdated: 0.9.1 -> 0.9.5
| * | cargo-outdated: 0.9.1 -> 0.9.5Benjamin Hipple2020-02-16
| |/ | | | | | | | | | | Upstream is now vendoring the Cargo.lock file for reproducible app builds, so we can now remove the patching workaround. However, they're missing a git tag, so we have to do some work to find the right git commit.
* | Merge pull request #80296 from bhipple/u/rust-cargo-cargo-auditMaximilian Bosch2020-02-17
|\ \ | | | | | | cargo-audit: upgrade cargo fetcher and cargoSha256
| * | cargo-audit: upgrade cargo fetcher and cargoSha256Benjamin Hipple2020-02-16
| |/ | | | | | | Infra upgrade as part of #79975; no functional change expected.
* | Merge pull request #77377 from filalex77/cargo-update-2.5.0Mario Rodas2020-02-17
|\ \ | | | | | | cargo-update: 1.5.2 -> 2.5.0
| * | cargo-update: add filalex77 to maintainersOleksii Filonenko2020-01-09
| | |
| * | cargo-update: 1.5.2 -> 2.5.0Oleksii Filonenko2020-01-09
| | |
* | | Merge pull request #80288 from bhipple/u/rust-cargo-emplaceMario Rodas2020-02-17
|\ \ \ | | | | | | | | emplace: upgrade cargo fetcher and cargoSha256
| * | | emplace: upgrade cargo fetcher and cargoSha256Benjamin Hipple2020-02-16
| | |/ | |/| | | | | | | Infra upgrade as part of #79975; no functional change expected.
* | | Merge pull request #80298 from bhipple/u/rust-cargo-cargo-releaseMario Rodas2020-02-17
|\ \ \ | | | | | | | | cargo-release: upgrade cargo fetcher and cargoSha256
| * | | cargo-release: upgrade cargo fetcher and cargoSha256Benjamin Hipple2020-02-16
| |/ / | | | | | | | | | Infra upgrade as part of #79975; no functional change expected.
* | | Merge pull request #80287 from bhipple/u/rust-cargo-cargo-depsMario Rodas2020-02-17
|\ \ \ | | | | | | | | cargo-deps: upgrade cargo fetcher and cargoSha256
| * | | cargo-deps: upgrade cargo fetcher and cargoSha256Benjamin Hipple2020-02-16
| |/ / | | | | | | | | | Infra upgrade as part of #79975; no functional change expected.
* / / cargo-about: upgrade cargo fetcher and cargoSha256Benjamin Hipple2020-02-16
|/ / | | | | | | Infra upgrade as part of #79975; no functional change expected.
* | nix-index: upgrade cargo fetcher and cargoSha256Benjamin Hipple2020-02-16
| | | | | | | | Infra upgrade as part of #79975; no functional change expected.
* | Merge pull request #80244 from bhipple/u/rust-cargo-cargo-debDaniel Schaefer2020-02-16
|\ \ | | | | | | cargo-deb: upgrade cargo fetcher and cargoSha256
| * | cargo-deb: upgrade cargo fetcher and cargoSha256Benjamin Hipple2020-02-15
| | | | | | | | | | | | Infra upgrade as part of #79975; no functional change expected.
* | | rust: update docs on legacyCargoFetcher; remove unnecessary defaultsBenjamin Hipple2020-02-15
|/ / | | | | | | | | As mentioned in #79975, the default on `legacyCargoFetcher` if left unspecified is now `false`.
* | cargo-tree: 0.28.0 -> 0.29.0Maximilian Bosch2020-02-14
| | | | | | | | https://crates.io/crates/cargo-tree/0.29.0
* | treewide: change fetchCargoTarball default to opt-outBenjamin Hipple2020-02-13
| | | | | | | | | | | | | | | | | | | | | | Changes the default fetcher in the Rust Platform to be the newer `fetchCargoTarball`, and changes every application using the current default to instead opt out. This commit does not change any hashes or cause any rebuilds. Once integrated, we will start deleting the opt-outs and recomputing hashes. See #79975 for details.
* | nix-prefetch-git: add gawk to PATHAndreas Rammhold2020-02-13
| | | | | | | | | | | | The prefetch script requires awk to be in PATH and fails otherwise. Fixes #79968
* | Merge master into staging-nextFrederik Rietdijk2020-02-12
|\ \
| * | nixUnstable, nixFlakes: Update to latestEelco Dolstra2020-02-11
| | | | | | | | | | | | | | | Note that we need to build from a tarball now to get the vendored crates. A bit ugly to fetch tarballs from Hydra...
* | | Merge staging into staging-nextFrederik Rietdijk2020-02-11
|\ \ \ | |/ / |/| |
| * | 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 pull request #79416 from jtojnar/flatpak-1.6worldofpeace2020-02-10
|\ \ \ | |/ / |/| | flatpak: 1.4.2 → 1.6.1
| * | librepo: 1.9.2 → 1.11.2Jan Tojnar2020-02-10
| | | | | | | | | | | | | | | | | | | | | * Update Changes: https://github.com/rpm-software-management/librepo/compare/1.9.2...1.11.2 * Split into multiple outputs * Default to Python 3 like upstream does
| * | librepo: Clean upJan Tojnar2020-02-10
| | |
* | | xbps: 0.57.1 -> 0.58R. RyanTM2020-02-09
| | |
* | | cargo-edit: 0.4.2 -> 0.5.0Sondre Nilsen2020-02-06
| | |
* | | Merge pull request #78647 from MetaDark/protontricksMaximilian Bosch2020-02-05
|\ \ \ | | | | | | | | protontricks: 1.3.1 -> 1.4
| * | | protontricks: 1.3.1 -> 1.4MetaDark2020-01-27
| | | | | | | | | | | | | | | | | | | | - Specify SETUPTOOLS_SCM_PRETEND_VERSION to workaround missing .git - Start running tests that were introduced in 1.3
* | | | mynewt-newt: patch to fix failure running upgrade on mcubootTom Hall2020-01-31
| | | |
* | | | mynewt-newt: 1.3.0 -> 1.7.0, use buildGoModuleTom Hall2020-01-31
| |/ / |/| |
* | | cargo-about: 0.1.1 -> 0.2.0Evan Stoll2020-01-28
|/ /
* | cargo-tree: 0.27.0 -> 0.28.0Maximilian Bosch2020-01-26
| |
* | Merge pull request #78107 from 1000101/morphMarek Mahut2020-01-26
|\ \ | | | | | | morph: add openssh to PATH
| * | morph: add openssh to PATHJan Hrnko2020-01-21
| | |