Commit 524ee7b9 authored by Mario Rodas's avatar Mario Rodas
Browse files

gallery-dl: 1.25.8 -> 1.26.0

parent 29fb8ca4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildPythonApplication rec {
  pname = "gallery-dl";
  version = "1.25.8";
  version = "1.26.0";
  format = "setuptools";

  src = fetchPypi {
    inherit version;
    pname = "gallery_dl";
    sha256 = "sha256-6q2F9zSGZp0iZoBvOUIuIEqNs97hbsbzE23XJyTZUDc=";
    sha256 = "sha256-+g4tfr7RF9rrimQcXhcz3o/Cx9xLNrTDV1Fx7XSxh7I=";
  };

  propagatedBuildInputs = [