lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #252094 from fgaz/yewtube/2.10.5

yewtube: 2.10.4 -> 2.10.5

authored by

Matthias Beyer and committed by
GitHub
ab9440c5 4165eb9e

+2 -2
+2 -2
pkgs/applications/misc/yewtube/default.nix
··· 2 2 3 3 python3Packages.buildPythonApplication rec { 4 4 pname = "yewtube"; 5 - version = "2.10.4"; 5 + version = "2.10.5"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "mps-youtube"; 9 9 repo = "yewtube"; 10 10 rev = "refs/tags/v${version}"; 11 - hash = "sha256-v0ePyY+7GUlnv1WLKn7GuIv+A2QdXObRnTyMkk5hI1U="; 11 + hash = "sha256-a7ySRHSRHmQePaVV7HnCk8QsiAQfN4nCVRdamPMUHGo="; 12 12 }; 13 13 14 14 postPatch = ''