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