Unverified Commit 8ef99e14 authored by Felix Bühler's avatar Felix Bühler Committed by GitHub
Browse files

youtube-tui: use fetchCargoVendor & 0.8.0 -> 0.8.1 (#387438)

parents 4d244f32 6ab11f86
Loading
Loading
Loading
Loading
+0 −1563

File deleted.

Preview size limit exceeded, changes collapsed.

+5 −9
Original line number Diff line number Diff line
@@ -17,21 +17,17 @@

rustPlatform.buildRustPackage rec {
  pname = "youtube-tui";
  version = "0.8.0";
  version = "0.8.1";

  src = fetchFromGitHub {
    owner = "Siriusmart";
    repo = "youtube-tui";
    rev = "v${version}";
    hash = "sha256-FOiK3yQcQuwdCEjBtRPW4iBd+8uNsvZ6l5tclHVzL+M=";
    tag = "v${version}";
    hash = "sha256-PAQkFg9SV6q3No5drYPPJZXzQ/XqtOhMr3eQOCnM+7Q=";
  };

  cargoLock = {
    lockFile = ./Cargo.lock;
    outputHashes = {
      "libmpv-2.0.1" = "sha256-efbXk0oXkzlIqgbP4wKm7sWlVZBT2vzDSN3iwsw2vL0=";
    };
  };
  useFetchCargoVendor = true;
  cargoHash = "sha256-AjqxuNEyuDkYYuvi6Oii3/BfKFNUoJiBH4cS8cb7yMs=";

  nativeBuildInputs = [
    pkg-config