yewtube: 2.10.1 -> 2.10.2

This commit is contained in:
Francesco Gazzetta 2023-03-27 10:02:51 +02:00
parent 56206539ba
commit 45003ac138

View file

@ -2,13 +2,13 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "yewtube"; pname = "yewtube";
version = "2.10.1"; version = "2.10.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mps-youtube"; owner = "mps-youtube";
repo = "yewtube"; repo = "yewtube";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-1qYHgMp9OZQuKDycvVwp0ADvF8xNY668JvRMVIE/dko="; hash = "sha256-yqztce6t7VTtrumxbhbikYY54FiyUaegBPYSnF4wTkU=";
}; };
postPatch = '' postPatch = ''