ytmdl: 2022.03.16 -> 2023.07.27

This commit is contained in:
Dilip 2023-09-05 17:12:14 +05:30
parent e2022dbe6f
commit 0bd77e27b4

View file

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