Unverified Commit 74712a9e authored by éclairevoyant's avatar éclairevoyant Committed by GitHub
Browse files

Merge pull request #298438 from Gerg-L/parrot

parrot: 1.6.0 -> 1.6.0-unstable-2024-02-28
parents cba6cf33 07b12f51
Loading
Loading
Loading
Loading
+4 −7
Original line number Diff line number Diff line
@@ -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 ];