parrot: 1.6.0 -> 1.6.0-unstable-2024-02-28

This commit is contained in:
Gerg-L 2024-03-23 16:25:10 -04:00
parent af8bf466f6
commit 07b12f5101
No known key found for this signature in database
1 changed files with 4 additions and 7 deletions

View File

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