Merge pull request #191731 from r-ryantm/auto-update/ytfzf

ytfzf: 2.4.1 -> 2.5.0

authored by Mario Rodas and committed by GitHub 5ac886c3 4c04f060

+3 -2
+3 -2
pkgs/tools/misc/ytfzf/default.nix
··· 15 15 16 16 stdenv.mkDerivation rec { 17 17 pname = "ytfzf"; 18 - version = "2.4.1"; 18 + version = "2.5.0"; 19 19 20 20 src = fetchFromGitHub { 21 21 owner = "pystardust"; 22 22 repo = "ytfzf"; 23 23 rev = "v${version}"; 24 - hash = "sha256-nci2VXto9LptfNHBmLGxfMXQnzbVP1+GlvllOqWFGKU="; 24 + hash = "sha256-P5cEdcbL9f9tJbcfiOLA0lSPW6m2x39Cz4tL1yFFbCg="; 25 25 }; 26 26 27 27 nativeBuildInputs = [ makeWrapper ]; ··· 47 47 description = "A posix script to find and watch youtube videos from the terminal"; 48 48 homepage = "https://github.com/pystardust/ytfzf"; 49 49 license = licenses.gpl3Only; 50 + platforms = platforms.all; 50 51 maintainers = with maintainers; [ dotlambda ]; 51 52 }; 52 53 }