Skip to content

Commit

Permalink
gallery-dl: 1.28.2 -> 1.28.3 (NixOS#372477)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Jan 10, 2025
2 parents d3d770b + dc6a3ca commit 0cb1d27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ga/gallery-dl/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

python3Packages.buildPythonApplication rec {
pname = "gallery-dl";
version = "1.28.2";
version = "1.28.3";
pyproject = true;

src = fetchFromGitHub {
owner = "mikf";
repo = "gallery-dl";
rev = "v${version}";
hash = "sha256-AVycp24wGhit9JVE0b+didc2GRnB+EQNnJ3y9a5dMQw=";
hash = "sha256-OV+4BJmJNvkNmDsogI9V7SLmnc5HJkZd5xqsFoZCHEk=";
};

build-system = [ python3Packages.setuptools ];
Expand Down

0 comments on commit 0cb1d27

Please sign in to comment.