about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2020-11-01 18:08:41 +0100
committerAlyssa Ross <hi@alyssa.is>2020-11-22 14:02:24 +0000
commite2b814510851564408c9396486a194cd9b7fb41e (patch)
tree98fe4558c825527333d71cba2d381286659de4e2
parent4b10991890e6c2e28c62822a0f1a6283790c561a (diff)
downloadnixlib-e2b814510851564408c9396486a194cd9b7fb41e.tar
nixlib-e2b814510851564408c9396486a194cd9b7fb41e.tar.gz
nixlib-e2b814510851564408c9396486a194cd9b7fb41e.tar.bz2
nixlib-e2b814510851564408c9396486a194cd9b7fb41e.tar.lz
nixlib-e2b814510851564408c9396486a194cd9b7fb41e.tar.xz
nixlib-e2b814510851564408c9396486a194cd9b7fb41e.tar.zst
nixlib-e2b814510851564408c9396486a194cd9b7fb41e.zip
youtube-dl: 2020-09-20 -> 2020.11.01.1
(cherry picked from commit d7a1f5e2016ebff780dc3ab86922b90d11160bac)
-rw-r--r--nixpkgs/pkgs/tools/misc/youtube-dl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixpkgs/pkgs/tools/misc/youtube-dl/default.nix b/nixpkgs/pkgs/tools/misc/youtube-dl/default.nix
index e3b64939a0a4..7de5f2369bc0 100644
--- a/nixpkgs/pkgs/tools/misc/youtube-dl/default.nix
+++ b/nixpkgs/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 = "2020.09.20";
+  version = "2020.11.01.1";
 
   src = fetchurl {
     url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
-    sha256 = "1pkw3hnkddk1kqv0in152q1k4jjgbmf2xvc9j3r5nd38z6f7j6mc";
+    sha256 = "06lhba4b9bm6f5yqrb5xvdr0l5shwd95djf9nlpg86prr5xihqks";
   };
 
   nativeBuildInputs = [ installShellFiles makeWrapper ];