Unverified Commit ccd63fd8 authored by Ludovico Piero's avatar Ludovico Piero
Browse files
parent 4916a1ad
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.26.8";
  version = "1.26.9";
  format = "setuptools";

  src = fetchPypi {
    inherit version;
    pname = "gallery_dl";
    sha256 = "sha256-tfNmKgWKr2TGQNgvC/qo2+Dvij4LUL0Zy77mfTcci2k=";
    sha256 = "sha256-PgbfppyJCpgFupBQng8MUPihbDmit4C+xWnSzCJyu5k=";
  };

  propagatedBuildInputs = [