Commit 6ab11f86 authored by Felix Buehler's avatar Felix Buehler
Browse files
parent 9b9b0a77
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -17,17 +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=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-hzCVMP8RDpdwK6OlYKBvKmJXPImaeevdAFRG0fRa780=";
  cargoHash = "sha256-AjqxuNEyuDkYYuvi6Oii3/BfKFNUoJiBH4cS8cb7yMs=";

  nativeBuildInputs = [
    pkg-config