about summary refs log tree commit diff
path: root/nixpkgs/pkgs
diff options
context:
space:
mode:
authorLuflosi <luflosi@luflosi.de>2020-09-13 23:36:19 +0200
committerAlyssa Ross <hi@alyssa.is>2020-10-14 20:46:02 +0000
commitcdbec28b8665ddb02900668f15a2a4e44065f8de (patch)
tree99f1f7d088f494bc098562701c48fd780ea8fb9d /nixpkgs/pkgs
parent14054fd79562598263fd0eccb2b34612192b145b (diff)
downloadnixlib-cdbec28b8665ddb02900668f15a2a4e44065f8de.tar
nixlib-cdbec28b8665ddb02900668f15a2a4e44065f8de.tar.gz
nixlib-cdbec28b8665ddb02900668f15a2a4e44065f8de.tar.bz2
nixlib-cdbec28b8665ddb02900668f15a2a4e44065f8de.tar.lz
nixlib-cdbec28b8665ddb02900668f15a2a4e44065f8de.tar.xz
nixlib-cdbec28b8665ddb02900668f15a2a4e44065f8de.tar.zst
nixlib-cdbec28b8665ddb02900668f15a2a4e44065f8de.zip
youtube-dl: 2020.09.06 -> 2020.09.14
https://github.com/ytdl-org/youtube-dl/releases/tag/2020.09.14
(cherry picked from commit 4a11f046a6e132974acb2ce6c21dd893386ac0ff)
Diffstat (limited to 'nixpkgs/pkgs')
-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 5803de7b52f7..aa502f8521ab 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.06";
+  version = "2020.09.14";
 
   src = fetchurl {
     url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
-    sha256 = "1827hcp9bvwq7p2f5r0wgkg6yb5fgvr4miyi3d99hkah2afw12za";
+    sha256 = "18wfhprbaszpxgqkac3hb050ngvdsaibbcifg88rkv5vc6bc2mq6";
   };
 
   nativeBuildInputs = [ installShellFiles makeWrapper ];