3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #130109 from LibreCybernetics/update-pijul

pijul: 1.0.0-alpha.50 → 1.0.0-alpha.52
This commit is contained in:
Sandro 2021-07-13 22:55:16 +02:00 committed by GitHub
commit cea6f61f2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,14 +13,14 @@
rustPlatform.buildRustPackage rec {
pname = "pijul";
version = "1.0.0-alpha.50";
version = "1.0.0-alpha.52";
src = fetchCrate {
inherit version pname;
sha256 = "1hinnpbk83470sdif11v1wy1269jm7cpl0ycj2m89cxwk5g54cxg";
sha256 = "0m759zfh40kxswsv40z1l332lc8lfqppyv8188y4i6biqmgbx8f1";
};
cargoSha256 = "0bc116nyykq8ddy7lnhxibx6hphn344d0fs7fbl2paax9ahbh2g0";
cargoSha256 = "0f31hw2zjvhkhsb0ykvw4c3d0qy8zirgsaz7yr89hy01rs23bh8z";
cargoBuildFlags = lib.optional gitImportSupport "--features=git";
@ -36,6 +36,6 @@ rustPlatform.buildRustPackage rec {
description = "A distributed version control system";
homepage = "https://pijul.org";
license = with licenses; [ gpl2Plus ];
maintainers = with maintainers; [ gal_bolle dywedir ];
maintainers = with maintainers; [ gal_bolle dywedir fabianhjr ];
};
}