youtube-tui: 0.8.0 -> 0.8.1

Diff: https://github.com/Siriusmart/youtube-tui/compare/v0.8.0...v0.8.1
This commit is contained in:
Felix Buehler
2025-03-06 22:49:36 +01:00
parent 9b9b0a77fc
commit 6ab11f86fb
@@ -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