Merge pull request #214532 from r-ryantm/auto-update/yewtube

yewtube: 2.9.0 -> 2.9.2
This commit is contained in:
Weijia Wang
2023-02-05 04:47:39 +01:00
committed by GitHub
+3 -3
View File
@@ -2,13 +2,13 @@
python3Packages.buildPythonApplication rec {
pname = "yewtube";
version = "2.9.0";
version = "2.9.2";
src = fetchFromGitHub {
owner = "iamtalhaasghar";
repo = "yewtube";
rev = "v${version}";
hash = "sha256-8GL2ZvRHtnnLZ07nQk3irJUj+XLL+pyUUA+JJPICPRA=";
rev = "refs/tags/v${version}";
hash = "sha256-5+0OaoUan9IFEqtMvpvtkfpd7IbFJhG52oROER5TY20=";
};
postPatch = ''