about summary refs log tree commit diff
diff options
context:
space:
mode:
authorxrelkd <46590321+xrelkd@users.noreply.github.com>2020-01-15 09:56:18 +0800
committerxrelkd <46590321+xrelkd@users.noreply.github.com>2020-01-15 09:56:18 +0800
commit2f6687d02e358c013052abfc399634e9941b3d06 (patch)
tree11c5ebc0f1bdd0b92f3b241bf4ea8629ef629938
parent4cb3041e49cb5d75b01fd462790bc6b2fffe47b0 (diff)
downloadnixlib-2f6687d02e358c013052abfc399634e9941b3d06.tar
nixlib-2f6687d02e358c013052abfc399634e9941b3d06.tar.gz
nixlib-2f6687d02e358c013052abfc399634e9941b3d06.tar.bz2
nixlib-2f6687d02e358c013052abfc399634e9941b3d06.tar.lz
nixlib-2f6687d02e358c013052abfc399634e9941b3d06.tar.xz
nixlib-2f6687d02e358c013052abfc399634e9941b3d06.tar.zst
nixlib-2f6687d02e358c013052abfc399634e9941b3d06.zip
youtube-dl: 2019.12.25 -> 2020.01.15
-rw-r--r--pkgs/tools/misc/youtube-dl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/youtube-dl/default.nix b/pkgs/tools/misc/youtube-dl/default.nix
index 415ec83be2f7..875eccac942f 100644
--- a/pkgs/tools/misc/youtube-dl/default.nix
+++ b/pkgs/tools/misc/youtube-dl/default.nix
@@ -18,11 +18,11 @@ buildPythonPackage rec {
   # The websites youtube-dl deals with are a very moving target. That means that
   # downloads break constantly. Because of that, updates should always be backported
   # to the latest stable release.
-  version = "2019.12.25";
+  version = "2020.01.15";
 
   src = fetchurl {
     url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
-    sha256 = "13f7wv9v77zilhif0ndgjv4wn9glhmm14yh7axdcx5wglrgz38hf";
+    sha256 = "0dyjc8nxyg9ry2ylmblh3fwavpais3mdfj6ndw4i0yc2vkw12rsm";
   };
 
   nativeBuildInputs = [ makeWrapper ];