Unverified Commit 06923adc authored by DontEatOreo's avatar DontEatOreo
Browse files
parent 1f913e5d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

buildPythonApplication rec {
  pname = "gallery-dl";
  version = "1.27.5";
  version = "1.27.6";
  format = "setuptools";

  src = fetchPypi {
    inherit version;
    pname = "gallery_dl";
    hash = "sha256-q/byWRvbzrV6KjPIDjJJWl0fkrluGEcvrISPKz8SJ+4=";
    hash = "sha256-bxh15aZIupTaHnYM65MAYuYtKx0z2OIQl3WKEU1gO4Q=";
  };

  propagatedBuildInputs = [