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.
2 parents 13bc1b5 + 8330ad4 commit ed70ecbCopy full SHA for ed70ecb
pkgs/by-name/vi/video-downloader/package.nix
@@ -18,14 +18,14 @@
18
19
python3Packages.buildPythonApplication rec {
20
pname = "video-downloader";
21
- version = "0.12.25";
+ version = "0.12.26";
22
pyproject = false; # Built with meson
23
24
src = fetchFromGitHub {
25
owner = "Unrud";
26
repo = "video-downloader";
27
tag = "v${version}";
28
- hash = "sha256-1riIOYXtiC06n2M/eFjsydqrkCvBtrGkHKEJWiTJ8/8=";
+ hash = "sha256-DwnWKqg4ggtE1GSLtjIYFAIupmY0uQ3wCqgvsYerw0g=";
29
};
30
31
propagatedBuildInputs = with python3Packages; [
0 commit comments