summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/version-management/pijul/default.nix
AgeCommit message (Collapse)Author
2021-01-22pijul: 1.0.0-alpha.35 -> 1.0.0-alpha.37Albin Otterhäll
2021-01-17pijul: 1.0.0-alpha.31 -> 1.0.0-alpha.35Albin Otterhäll
2021-01-16treewide: stdenv.lib -> libBen Siraphob
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-08 pijul: 1.0.0-alpha.24 -> 1.0.0-alpha.31Georges Dubus
2020-12-20pijul: 1.0.0-alpha.21 -> 1.0.0-alpha.24Vladyslav M
2020-12-11pijul: 1.0.0-alpha.17 -> 1.0.0-alpha.21Vladyslav M
2020-12-05pijul: 1.0.0-alpha.11 -> 1.0.0-alpha.17Vladyslav M
2020-12-01pijul: 1.0.0-alpha.8 -> 1.0.0-alpha.11Vladyslav M
2020-11-26pijul: 1.0.0-alpha.5 -> 1.0.0-alpha.8Vladyslav M
2020-11-22pijul: 1.0.0-alpha.3 -> 1.0.0-alpha.5Vladyslav M
2020-11-16pijul: 1.0.0-alpha.1 -> 1.0.0-alpha.3Vladyslav M
2020-11-14pijul: 1.0.0-alpha -> 1.0.0-alpha.1Vladyslav M
2020-11-09pijul: 0.12.0 -> 1.0.0-alphaVladyslav M
2020-08-16buildRustPackage: remove platform.all from packageszowoq
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2020-02-16pijul: fix build by migrating off legacy fetchCargoBenjamin Hipple
Currently broken; see #79975 for details. Would also be fixed by #80153 eventually, but since we want to upgrade either way we might as well do so now. https://hydra.nixos.org/job/nixpkgs/trunk/pijul.x86_64-linux
2020-02-13treewide: change fetchCargoTarball default to opt-outBenjamin Hipple
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.
2020-02-04pijul: Fix the build (broke due to a more recent Rust version)Michael Weiss
This uses an upstream patch [0] to fix a compatibility error with a new version of Rust. Fix #79150. Unfortunately patching Rust dependencies in Nixpkgs turned out to be way more hacky than I expected (maybe there is a nicer way?), but it should be fine for now. A new release might follow soonish [1] so that we can drop the patches. References: - https://nest.pijul.com/pijul_org/pijul/discussions/401 - https://nest.pijul.com/pijul_org/thrussh/discussions/31 [0]: https://nest.pijul.com/pijul_org/thrussh:master/patches/AsyuWkJg4jAwNaG3H1yv1kbECx5E3GQAtjzXWBDB8yEGMswyfKbxKvYmAGWCohTVaTipdvF8mHh63yU5PTr5F9py [1]: https://discourse.pijul.org/t/is-this-project-still-active-yes-it-is/451
2019-11-21pijul: fix buildMario Rodas
2019-08-31treewide: name -> pname (#67513)volth
2019-05-23pijul: fix darwin buildVladyslav M
2019-05-20pijul: 0.11.0 -> 0.12.0Will Dietz
https://pijul.org/posts/2019-04-23-pijul-0.12/ * add new dep on nettle, all the crypto libraries :) * libclang needed * clang input is not quite right AFAIK, but fixes the build. idea from other package, seems to resolve problems finding headers via libclang?
2018-11-22pijul: 0.10.0 -> 0.11.0 (#50870)RohanHart
2018-10-28pijul: 0.8.0 -> 0.10.0Jörg Thalheim
2017-11-19pijul: 0.7.3 -> 0.8.0Joerg Thalheim
2017-10-23rust: update cargo builder to fetch registry dynamicallyKevin Cox
The biggest benefit is that we no longer have to update the registry package. This means that just about any cargo package can be built by nix. No longer does `cargo update` need to be feared because it will update to packages newer then what is available in nixpkgs. Instead of fetching the cargo registry this bundles all the source code into a "vendor/" folder. This also uses the new --frozen and --locked flags which is nice. Currently cargo-vendor only provides binaries for Linux and macOS 64-bit. This can be solved by building it for the other architectures and uploading it somewhere (like the NixOS cache). This also has the downside that it requires a change to everyone's deps hash. And if the old one is used because it was cached it will fail to build as it will attempt to use the old version. For this reason the attribute has been renamed to `cargoSha256`. Authors: * Kevin Cox <kevincox@kevincox.ca> * Jörg Thalheim <Mic92@users.noreply.github.com> * zimbatm <zimbatm@zimbatm.com>
2017-08-27pijul: 0.6.0 -> 0.7.3dywedir
2017-06-12pijul: 0.4.4 -> 0.6.0Florent Becker
2017-04-13pijul: 0.4.1 -> 0.4.4Florent Becker
2017-04-03pijul: 0.3.3 -> 0.4.1Florent Becker
2017-03-22pijul: 0.3 -> 0.3.3Florent Becker
2017-03-20pijul: init at 0.3.0 (re-init)Florent Becker
2017-02-21pijul: removeFlorent Becker
This version is not working, and it is not even a release upstream
2016-12-29pijul: mark as brokenTadas Barzdzius
2016-09-13pijul: build only on 64bit platformsDomen Kožar
(cherry picked from commit 8479962862563783ce216c1aec1aa08c1da696b2) Signed-off-by: Domen Kožar <domen@dev.si>
2016-04-20pijul: use stable rustPlatformTadas Barzdzius
2016-02-17pijul: 0.2-6ab9baBrian McKenna
Maintainer has been working with us, this commit was given by them.
2015-10-21pijul: init at 0.1Brian McKenna