about summary refs log tree commit diff
path: root/pkgs/tools/misc
diff options
context:
space:
mode:
authorYt <raphael@megzari.com>2023-12-27 11:25:51 +0000
committerGitHub <noreply@github.com>2023-12-27 11:25:51 +0000
commitfe37b6b4c8619dd8d0d122d5ea86997d03bfdc0c (patch)
tree4aca238554d481190d87d32fdf840b3a7edf521e /pkgs/tools/misc
parent40d63263d416289c426d5186de17b6d468560cb2 (diff)
parent25013e907a4d8db63d624ca6977b41c3d0656f5b (diff)
Merge pull request #271456 from idlip/bump_ytmdl
ytmdl: 2023.07.27 -> 2023.11.26
Diffstat (limited to 'pkgs/tools/misc')
-rw-r--r--pkgs/tools/misc/ytmdl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/ytmdl/default.nix b/pkgs/tools/misc/ytmdl/default.nix
index 73c7ce2aae7ac..9baf2888d78b4 100644
--- a/pkgs/tools/misc/ytmdl/default.nix
+++ b/pkgs/tools/misc/ytmdl/default.nix
@@ -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 = ''