summary refs log tree commit diff
path: root/pkgs/applications/version-management/pijul
Commit message (Collapse)AuthorAge
* pijul: 1.0.0-alpha.57 -> 1.0.0-betaVladyslav M2022-01-19
|
* pijul: 1.0.0-alpha.56 -> 1.0.0-alpha.57Vladyslav M2022-01-03
|
* pijul: 1.0.0-alpha.55 → 1.0.0-alpha.56Fabián Heredia Montiel2021-11-28
|
* pijul: use buildFeaturesfigsoda2021-11-16
|
* pijul: 1.0.0-alpha.54 -> 1.0.0-alpha.55Vladyslav M2021-10-21
|
* pijul: 1.0.0-alpha.53 → 1.0.0-alpha.54Fabián Heredia Montiel2021-10-16
|
* pijul: 1.0.0-alpha.52 → 1.0.0-alpha.53 (#132827)Fabián Heredia Montiel2021-08-05
|
* pijul: 1.0.0-alpha.50 → 1.0.0-alpha.52Fabián Heredia Montiel2021-07-13
|
* pijul: 1.0.0-alpha.48 → 1.0.0-alpha.50Fabián Heredia Montiel2021-07-05
|
* pijul: 1.0.0-alpha.46 -> 1.0.0-alpha.48Albin Otterhäll2021-04-27
|
* pijul: 1.0.0-alpha.38 -> 1.0.0-alpha.46Vladyslav M2021-03-03
|
* pijul: 1.0.0-alpha.37 -> 1.0.0-alpha.38Albin Otterhäll2021-02-01
|
* pijul: 1.0.0-alpha.35 -> 1.0.0-alpha.37Albin Otterhäll2021-01-22
|
* pijul: 1.0.0-alpha.31 -> 1.0.0-alpha.35Albin Otterhäll2021-01-17
|
* treewide: stdenv.lib -> libBen Siraphob2021-01-16
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* pijul: 1.0.0-alpha.24 -> 1.0.0-alpha.31Georges Dubus2021-01-08
|
* pijul: 1.0.0-alpha.21 -> 1.0.0-alpha.24Vladyslav M2020-12-20
|
* pijul: 1.0.0-alpha.17 -> 1.0.0-alpha.21Vladyslav M2020-12-11
|
* pijul: 1.0.0-alpha.11 -> 1.0.0-alpha.17Vladyslav M2020-12-05
|
* pijul: 1.0.0-alpha.8 -> 1.0.0-alpha.11Vladyslav M2020-12-01
|
* pijul: 1.0.0-alpha.5 -> 1.0.0-alpha.8Vladyslav M2020-11-26
|
* pijul: 1.0.0-alpha.3 -> 1.0.0-alpha.5Vladyslav M2020-11-22
|
* pijul: 1.0.0-alpha.1 -> 1.0.0-alpha.3Vladyslav M2020-11-16
|
* pijul: 1.0.0-alpha -> 1.0.0-alpha.1Vladyslav M2020-11-14
|
* pijul: 0.12.0 -> 1.0.0-alphaVladyslav M2020-11-09
|
* buildRustPackage: remove platform.all from packageszowoq2020-08-16
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* pijul: fix build by migrating off legacy fetchCargoBenjamin Hipple2020-02-16
| | | | | | | 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
* 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.
* pijul: Fix the build (broke due to a more recent Rust version)Michael Weiss2020-02-04
| | | | | | | | | | | | | | | | | | 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
* pijul: fix buildMario Rodas2019-11-21
|
* treewide: name -> pname (#67513)volth2019-08-31
|
* pijul: fix darwin buildVladyslav M2019-05-23
|
* pijul: 0.11.0 -> 0.12.0Will Dietz2019-05-20
| | | | | | | | | | 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?
* pijul: 0.10.0 -> 0.11.0 (#50870)RohanHart2018-11-22
|
* pijul: 0.8.0 -> 0.10.0Jörg Thalheim2018-10-28
|
* pijul: 0.7.3 -> 0.8.0Joerg Thalheim2017-11-19
|
* rust: update cargo builder to fetch registry dynamicallyKevin Cox2017-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* pijul: 0.6.0 -> 0.7.3dywedir2017-08-27
|
* pijul: 0.4.4 -> 0.6.0Florent Becker2017-06-12
|
* pijul: 0.4.1 -> 0.4.4Florent Becker2017-04-13
|
* pijul: 0.3.3 -> 0.4.1Florent Becker2017-04-03
|
* pijul: 0.3 -> 0.3.3Florent Becker2017-03-22
|
* pijul: init at 0.3.0 (re-init)Florent Becker2017-03-20
|
* pijul: removeFlorent Becker2017-02-21
| | | | This version is not working, and it is not even a release upstream
* pijul: mark as brokenTadas Barzdzius2016-12-29
|
* pijul: build only on 64bit platformsDomen Kožar2016-09-13
| | | | | (cherry picked from commit 8479962862563783ce216c1aec1aa08c1da696b2) Signed-off-by: Domen Kožar <domen@dev.si>
* pijul: use stable rustPlatformTadas Barzdzius2016-04-20
|
* pijul: 0.2-6ab9baBrian McKenna2016-02-17
| | | | Maintainer has been working with us, this commit was given by them.