Unverified Commit 88ec4a6c authored by DontEatOreo's avatar DontEatOreo
Browse files
parent 25f42112
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

let
  pname = "gallery-dl";
  version = "1.29.4";
  version = "1.29.5";
in
python3Packages.buildPythonApplication {
  inherit pname version;
@@ -18,7 +18,7 @@ python3Packages.buildPythonApplication {
    owner = "mikf";
    repo = "gallery-dl";
    tag = "v${version}";
    hash = "sha256-dQK1AWmdlfb1cRcYzXWUsXmRgjQRc++zEHZvLUygMwg=";
    hash = "sha256-pa+UZsqLU8u3gBG06iiI9yT+TpxUYKS1US2nQ9Ou9ko=";
  };

  build-system = [ python3Packages.setuptools ];