Merge pull request #298438 from Gerg-L/parrot

parrot: 1.6.0 -> 1.6.0-unstable-2024-02-28
This commit is contained in:
éclairevoyant 2024-03-24 18:11:54 +00:00 committed by GitHub
commit 74712a9e77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,21 +12,18 @@
, yt-dlp , yt-dlp
, Security , Security
}: }:
let
version = "1.6.0";
in
rustPlatform.buildRustPackage { rustPlatform.buildRustPackage {
pname = "parrot"; pname = "parrot";
inherit version; version = "1.6.0-unstable-2024-02-28";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "aquelemiguel"; owner = "aquelemiguel";
repo = "parrot"; repo = "parrot";
rev = "v${version}"; rev = "fcf933818a5e754f5ad4217aec8bfb16935d7442";
hash = "sha256-f6YAdsq2ecsOCvk+A8wsUu+ywQnW//gCAkVLF0HTn8c="; hash = "sha256-3YTXIKj1iqCB+tN7/0v1DAaMM6aJiSxBYHO98uK8KFo=";
}; };
cargoHash = "sha256-e4NHgwoNkZ0//rugHrP0gU3pntaMeBJsV/YSzJfD8r4="; cargoHash = "sha256-3G7NwSZaiocjgfdtmJVWfMZOHCNhC08NgolPa9AvPfE=";
nativeBuildInputs = [ cmake makeBinaryWrapper pkg-config ]; nativeBuildInputs = [ cmake makeBinaryWrapper pkg-config ];