ytmdl: 2023.07.27 -> 2023.11.26

- requires downloader-cli 0.3.4
This commit is contained in:
Dilip 2023-12-01 20:03:18 +05:30
parent eb7947e399
commit 25013e907a

View File

@ -7,12 +7,12 @@
python3Packages.buildPythonApplication rec {
pname = "ytmdl";
version = "2023.07.27";
version = "2023.11.26";
src = fetchPypi {
inherit pname;
version = builtins.replaceStrings [ ".0" ] [ "." ] version;
sha256 = "sha256-sBRzbUR+zqS8Zzg/uU4bjJUr/n1/tb0K6u/FVTEIRsk=";
sha256 = "sha256-Im3rQAs/TYookv6FeGpU6tJxUGBMb6/UW1ZMDg9FW4s=";
};
postPatch = ''