Skip to content

Commit 39831fc

Browse files
committed
video-downloader: 0.12.24 -> 0.12.25
1 parent 72d7521 commit 39831fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/vi/video-downloader/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818

1919
python3Packages.buildPythonApplication rec {
2020
pname = "video-downloader";
21-
version = "0.12.24";
21+
version = "0.12.25";
2222
pyproject = false; # Built with meson
2323

2424
src = fetchFromGitHub {
2525
owner = "Unrud";
2626
repo = "video-downloader";
2727
tag = "v${version}";
28-
hash = "sha256-lgHAO4/dqwwp/PiIFHCBRfDNUw0GfomMvfaobakxFdA=";
28+
hash = "sha256-1riIOYXtiC06n2M/eFjsydqrkCvBtrGkHKEJWiTJ8/8=";
2929
};
3030

3131
propagatedBuildInputs = with python3Packages; [

0 commit comments

Comments
 (0)