about summary refs log tree commit diff
path: root/pkgs/applications/version-management/sit
Commit message (Collapse)AuthorAge
* 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.
* treewide: name -> pname (#67513)volth2019-08-31
|
* sit: 0.4.0 -> 0.4.1R. RyanTM2019-06-18
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/sit/versions
* treewide: update cargoSha256 hashes for cargo-vendor upgradeAlyssa Ross2019-06-01
| | | | | | | | | | | | | | A recent upgrade of cargo-vendor changed its output slightly, which broke all cargoSha256 hashes in nixpkgs. See https://github.com/NixOS/nixpkgs/issues/60668 for more information. Since then, a few hashes have been fixed in master by hand, but there were a lot still to do, so I did all of the ones left over with some scripts I wrote. The one hash I wasn’t able to update was habitat's, because it’s currently broken and the build doesn’t get far enough to produce a hash anyway.
* sit: 0.3.2 -> 0.4.0 (#41863)Yurii Rashkovskii2018-06-12
|
* sit: better fix for aarch64 bugYurii Rashkovskii2018-05-07
|
* sit: fix tests on aarch64Yurii Rashkovskii2018-05-07
| | | | | | | | | | | As we found out in #40032, sit tests won't pass on aarch64. The problem seems to be related to `create_dir` not returning an error if the directory already exists, happening specifically on aarch64+debug (not aarch64+release) This update injects a patch for tests that will also be included in subsequent versions of SIT.
* sit: 0.3.0 -> 0.3.2Yurii Rashkovskii2018-05-07
|
* sit: 0.2.1 -> 0.3.0Yurii Rashkovskii2018-04-13
|
* sit: 0.1.3 -> 0.2.1Yurii Rashkovskii2018-04-08
|
* sit: 0.1.2 -> 0.1.3Yurii Rashkovskii2018-02-25
|
* sit: init at 0.1.2Vladyslav M2018-02-22