youtube-tui: 0.9.1 -> 0.9.2

This commit is contained in:
R. Ryantm
2025-09-19 18:34:48 +00:00
parent 984cd9c38b
commit 008f6e3d56

View File

@@ -14,16 +14,16 @@
rustPlatform.buildRustPackage rec {
pname = "youtube-tui";
version = "0.9.1";
version = "0.9.2";
src = fetchFromGitHub {
owner = "Siriusmart";
repo = "youtube-tui";
tag = "v${version}";
hash = "sha256-oqhrSArzyGirOLyQtYsfW78pRyMFLSyDwjtz43jfDN8=";
hash = "sha256-TuXfgJTY+f+9GH6gsATsnV8WMAfqHUAglbbCvOgJ1NQ=";
};
cargoHash = "sha256-RxBWy1Nly6lehZBufTxuUGsUkiDaG4xNT/Efs53hy1c=";
cargoHash = "sha256-lJDIkOokhKo6BxrZAD4s2FtLXNhU2IysltjhiHQQUlU=";
nativeBuildInputs = [
pkg-config