video-downloader: 0.12.20 -> 0.12.21

This commit is contained in:
R. Ryantm
2024-12-27 03:22:23 +00:00
parent 162b4bf7b3
commit ffdef4e57d
+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; [