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

ytfzf: 2.4.1 -> 2.5.0

Changed files
+3 -2
pkgs
tools
misc
ytfzf
+3 -2
pkgs/tools/misc/ytfzf/default.nix
···
stdenv.mkDerivation rec {
pname = "ytfzf";
-
version = "2.4.1";
src = fetchFromGitHub {
owner = "pystardust";
repo = "ytfzf";
rev = "v${version}";
-
hash = "sha256-nci2VXto9LptfNHBmLGxfMXQnzbVP1+GlvllOqWFGKU=";
};
nativeBuildInputs = [ makeWrapper ];
···
description = "A posix script to find and watch youtube videos from the terminal";
homepage = "https://github.com/pystardust/ytfzf";
license = licenses.gpl3Only;
maintainers = with maintainers; [ dotlambda ];
};
}
···
stdenv.mkDerivation rec {
pname = "ytfzf";
+
version = "2.5.0";
src = fetchFromGitHub {
owner = "pystardust";
repo = "ytfzf";
rev = "v${version}";
+
hash = "sha256-P5cEdcbL9f9tJbcfiOLA0lSPW6m2x39Cz4tL1yFFbCg=";
};
nativeBuildInputs = [ makeWrapper ];
···
description = "A posix script to find and watch youtube videos from the terminal";
homepage = "https://github.com/pystardust/ytfzf";
license = licenses.gpl3Only;
+
platforms = platforms.all;
maintainers = with maintainers; [ dotlambda ];
};
}