Skip to content

Commit

Permalink
Merge pull request #120917 from a12l/update-pijul
Browse files Browse the repository at this point in the history
pijul: 1.0.0-alpha.46 -> 1.0.0-alpha.48
  • Loading branch information
dywedir authored Apr 28, 2021
2 parents c90bb6b + 056eb56 commit 267761c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/version-management/pijul/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@

rustPlatform.buildRustPackage rec {
pname = "pijul";
version = "1.0.0-alpha.46";
version = "1.0.0-alpha.48";

src = fetchCrate {
inherit version pname;
sha256 = "0x095g26qdch1m3izkn8ynwk1xg1qyz9ia8di23j61k7z2rqk0j5";
sha256 = "09sz5665nwj2jppx2695hbwdqr3ws6z6rg7mmc4ldb7hkp4yilig";
};

cargoSha256 = "0cw1y4vmhn70a94512mppk0kfh9xdfm0v4rp3zm00y06jzq1a1fp";
cargoSha256 = "1v5w5za7l3hy9anz136x0vgdmgg090f5sawzgrg5ylgxy2l9s2gn";

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

Expand Down

0 comments on commit 267761c

Please sign in to comment.