youtube-tui: 0.7.1 -> 0.7.2

This commit is contained in:
R. Ryantm 2023-05-29 18:43:26 +00:00
parent 4a19e9f705
commit 376767d1dc

View file

@ -15,16 +15,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "youtube-tui"; pname = "youtube-tui";
version = "0.7.1"; version = "0.7.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Siriusmart"; owner = "Siriusmart";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-Dhdtdc8LmTeg9cxKPfdxRowTsAaJXKtvJXqJHK1t3P4="; hash = "sha256-gogV/+zo/Spg5d8Fh4gDTJL4ojdWbB6mDbppF0i+H20=";
}; };
cargoHash = "sha256-hT3Ygn0zcQdU1iU22e5SP5ZF6S6GiZzWieBsCqViN8Y="; cargoHash = "sha256-TUq/Kix+Z+rELN7x3/gmFOtpa1bj/xakiYDYSyVtA/s=";
nativeBuildInputs = [ nativeBuildInputs = [
pkg-config pkg-config