We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f94da0f commit 58d5acdCopy full SHA for 58d5acd
pkgs/by-name/ga/gallery-dl/package.nix
@@ -8,7 +8,7 @@
8
9
let
10
pname = "gallery-dl";
11
- version = "1.29.2";
+ version = "1.29.3";
12
in
13
python3Packages.buildPythonApplication {
14
inherit pname version;
@@ -18,7 +18,7 @@ python3Packages.buildPythonApplication {
18
owner = "mikf";
19
repo = "gallery-dl";
20
tag = "v${version}";
21
- hash = "sha256-vr+qvztNtFMnDzi0GGX10eZCj5EqXj03OnIXudvrumU=";
+ hash = "sha256-LzMiJxMl6IWtUloWxBAMLvkhnTQpHkz/gjWl5gW2sZ0=";
22
};
23
24
build-system = [ python3Packages.setuptools ];
0 commit comments