Unverified Commit e06e1bda authored by DontEatOreo's avatar DontEatOreo
Browse files
parent 9307b49d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

buildPythonApplication rec {
  pname = "gallery-dl";
  version = "1.27.1";
  version = "1.27.2";
  format = "setuptools";

  src = fetchPypi {
    inherit version;
    pname = "gallery_dl";
    hash = "sha256-S1RF0FNJ/oKTwq9SXXIOnqBIViGIYBVuxPjV/6fbeV8=";
    hash = "sha256-CTc6CBAFIxOX5Bd/hy3e65MbWyI2wFn+a6hj4ktuBjo=";
  };

  propagatedBuildInputs = [