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: 95dc08e9723b
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3f45221a2333
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 8, 2021

  1. Copy the full SHA
    78620e2 View commit details
  2. Merge pull request #108767 from madjar/bump-pijul

     pijul: 1.0.0-alpha.24 -> 1.0.0-alpha.31
    marsam authored Jan 8, 2021
    Copy the full SHA
    3f45221 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.24";
version = "1.0.0-alpha.31";

src = fetchCrate {
inherit version pname;
sha256 = "1h1vgx0zlymnhalqsgmp9gv6sxbizmyryldx5vzl6djl23dvzd6s";
sha256 = "sha256-dSwQlALN0E87o86sasuNFPTZN6SRCuxP6pI7wi4uRf4";
};

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

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