Merge pull request #271456 from idlip/bump_ytmdl
ytmdl: 2023.07.27 -> 2023.11.26
This commit is contained in:
commit
fe37b6b4c8
1 changed files with 2 additions and 2 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue