summary refs log tree commit diff
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2019-08-14 07:22:29 +0100
committerGitHub <noreply@github.com>2019-08-14 07:22:29 +0100
commit453d108417973c33094d78ed8759df8140ade88c (patch)
tree011e5836653bcc4fdba7dbbf198ad8372f1ac375
parent4f835fb2de4145a9433007f6521ba2fdc1a38013 (diff)
parent0ab733a9e12f1da548c1eff81a1de6a6b4645ac1 (diff)
downloadnixpkgs-453d108417973c33094d78ed8759df8140ade88c.tar
nixpkgs-453d108417973c33094d78ed8759df8140ade88c.tar.gz
nixpkgs-453d108417973c33094d78ed8759df8140ade88c.tar.bz2
nixpkgs-453d108417973c33094d78ed8759df8140ade88c.tar.lz
nixpkgs-453d108417973c33094d78ed8759df8140ade88c.tar.xz
nixpkgs-453d108417973c33094d78ed8759df8140ade88c.tar.zst
nixpkgs-453d108417973c33094d78ed8759df8140ade88c.zip
youtube-dl: 2019.08.02 -> 2019.08.13 (#66603)
youtube-dl: 2019.08.02 -> 2019.08.13
-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 e571f533399..1fe58f94504 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.08.02";
+  version = "2019.08.13";
 
   src = fetchurl {
     url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
-    sha256 = "101b6jrf6ckbxrn76ppvgdyrb25p7d247kn8qgq7n476sfnkfg2p";
+    sha256 = "0b94hrhbqa7jhn91pxsbphg2ylwkpkknb2y4v4sczp7rjvgmjgdj";
   };
 
   nativeBuildInputs = [ makeWrapper ];