video-downloader: 0.12.20 -> 0.12.21 (#368478)

This commit is contained in:
Arne Keller
2024-12-29 13:56:42 +01:00
committed by GitHub
+2 -2
View File
@@ -18,14 +18,14 @@
python3Packages.buildPythonApplication rec {
pname = "video-downloader";
version = "0.12.20";
version = "0.12.21";
pyproject = false; # Built with meson
src = fetchFromGitHub {
owner = "Unrud";
repo = "video-downloader";
tag = "v${version}";
hash = "sha256-UaSEcqD4hYRacQfLHgkXgO+/lIV5GxMX9NDOTLhTw+o=";
hash = "sha256-rlhb2FaNkUivrN08kERXyoEzRIMdByr5foiQJ80OlT8=";
};
propagatedBuildInputs = with python3Packages; [