Unverified Commit a426d132 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

yewtube: 2.9.0 -> 2.9.2
parents 8f930a78 55135f7e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 = ''