Skip to content

Commit

Permalink
Merge pull request NixOS#147736 from LibreCybernetics/update-pijul
Browse files Browse the repository at this point in the history
pijul: 1.0.0-alpha.55 → 1.0.0-alpha.56
  • Loading branch information
kevincox authored Nov 29, 2021
2 parents a261b0b + b9f6ee2 commit 49a1f81
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.55";
version = "1.0.0-alpha.56";

src = fetchCrate {
inherit version pname;
sha256 = "sha256-1nnn0cdDe+WOetGtRe7dMEyuCcbfRHdJWFxQ4bTXebQ=";
sha256 = "zV4F4dbjJ58yGiupUwj5Z0HrKR78Mzch8Zs98YfxSTQ=";
};

cargoSha256 = "sha256-j9xf97qPdhtakIwhAql0/Go5fPxlyWKAVLk5CMBfAbs=";
cargoSha256 = "JQGBTCNu9U2Kq6tc7VT07LEbzLW+jdVWrK5e2qjzGRA=";

doCheck = false;
nativeBuildInputs = [ pkg-config ];
Expand Down

0 comments on commit 49a1f81

Please sign in to comment.