3
0
Fork 0
forked from mirrors/nixpkgs

yewtube: 2.10.2 -> 2.10.4

Diff: https://github.com/mps-youtube/yewtube/compare/refs/tags/v2.10.2...v2.10.4
This commit is contained in:
Francesco Gazzetta 2023-06-15 15:27:34 +02:00
parent 1760dc90c5
commit 186ba75cfe

View file

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