Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 040d241522bb
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e9f266339ad7
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 17, 2021

  1. Copy the full SHA
    5b80984 View commit details
  2. Merge pull request #109592 from a12l/update-pijul-alpha35

    pijul: 1.0.0-alpha.31 -> 1.0.0-alpha.35
    SuperSandro2000 authored Jan 17, 2021
    Copy the full SHA
    e9f2663 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/applications/version-management/pijul/default.nix
6 changes: 3 additions & 3 deletions pkgs/applications/version-management/pijul/default.nix
Original file line number Diff line number Diff line change
@@ -13,14 +13,14 @@

rustPlatform.buildRustPackage rec {
pname = "pijul";
version = "1.0.0-alpha.31";
version = "1.0.0-alpha.35";

src = fetchCrate {
inherit version pname;
sha256 = "sha256-dSwQlALN0E87o86sasuNFPTZN6SRCuxP6pI7wi4uRf4";
sha256 = "02x4v63shlbnyppwm10qv8smbfz6a8kpwr3rcvzwpa0blqx2sq4n";
};

cargoSha256 = "sha256-Xwk5bX9o41M/1BmkOpAscGQHikhzV+9qAwVz0qI7FRA";
cargoSha256 = "1hmj9470x1ynj5phxsyi0gakzmxbmgb5y51xarrks34f9z7a655v";

cargoBuildFlags = lib.optional gitImportSupport "--features=git";