added formatter and reformated

This commit is contained in:
ISnortPennies 2023-01-19 18:51:32 -05:00
parent 733eda4798
commit e1987d6461
24 changed files with 286 additions and 284 deletions

View file

@ -8,15 +8,15 @@
}:
rustPlatform.buildRustPackage rec {
pname = "parrot";
version= "1.4.2";
# buildFeatures = ["let_else"];
version = "1.4.2";
# buildFeatures = ["let_else"];
src = fetchFromGitHub {
owner = "aquelemiguel";
repo = "parrot";
rev = "28d7db3c5b50c7ba01eec71a3177875feae44bcc";
sha256 = "sha256-G9SfaiR/KIt+Xm7vLs/EGaImZeSaUbpgAArfK6oVJeM=";
};
buildInputs = [
yt-dlp
openssl
@ -27,7 +27,7 @@ rustPlatform.buildRustPackage rec {
cmake
];
cargoSha256 = "sha256-ScwyPTq9da0hst/b2FX89SP03OX3HrJT3oUKGsHEjgs=";
RUSTC_BOOTSTRAP = 1;
meta = with lib; {