Merge pull request #109592 from a12l/update-pijul-alpha35

pijul: 1.0.0-alpha.31 -> 1.0.0-alpha.35
This commit is contained in:
Sandro 2021-01-17 10:11:31 +01:00 committed by GitHub
commit e9f266339a
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.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";