Commit 55135f7e authored by R. RyanTM's avatar R. RyanTM
Browse files

yewtube: 2.9.0 -> 2.9.2

parent 0a55d764
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 = ''