summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-05-20 10:20:10 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-05-20 10:20:10 -0700
commit69038bf7b1ed7af0e3f4a52dca245a5a7578622a (patch)
tree208fb7d3885cfc0a9262d2e81da5bbc766a0e7ac /pkgs/tools
parent68cdc9c09e38e704a3bed720fc182f1907035375 (diff)
downloadnixlib-69038bf7b1ed7af0e3f4a52dca245a5a7578622a.tar
nixlib-69038bf7b1ed7af0e3f4a52dca245a5a7578622a.tar.gz
nixlib-69038bf7b1ed7af0e3f4a52dca245a5a7578622a.tar.bz2
nixlib-69038bf7b1ed7af0e3f4a52dca245a5a7578622a.tar.lz
nixlib-69038bf7b1ed7af0e3f4a52dca245a5a7578622a.tar.xz
nixlib-69038bf7b1ed7af0e3f4a52dca245a5a7578622a.tar.zst
nixlib-69038bf7b1ed7af0e3f4a52dca245a5a7578622a.zip
python27Packages.youtube-dl: 2018.05.09 -> 2018.05.18
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/youtube-dl/versions.

These checks were done:

- built on NixOS
- /nix/store/xdrcf96p90hk4cdpwjcafvqz9dhpab0p-youtube-dl-2018.05.18/bin/.youtube-dl-wrapped passed the binary check.
- /nix/store/xdrcf96p90hk4cdpwjcafvqz9dhpab0p-youtube-dl-2018.05.18/bin/youtube-dl passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 2 of 2 passed binary check by having the new version present in output.
- found 2018.05.18 with grep in /nix/store/xdrcf96p90hk4cdpwjcafvqz9dhpab0p-youtube-dl-2018.05.18
- directory tree listing: https://gist.github.com/d85bbc7695f5c7236d2de010c6381975
- du listing: https://gist.github.com/c5ad848ac823c72e329d20063defbc67
Diffstat (limited to 'pkgs/tools')
-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 f76b439b9206..b639397388b4 100644
--- a/pkgs/tools/misc/youtube-dl/default.nix
+++ b/pkgs/tools/misc/youtube-dl/default.nix
@@ -16,11 +16,11 @@ with stdenv.lib;
 buildPythonApplication rec {
 
   pname = "youtube-dl";
-  version = "2018.05.09";
+  version = "2018.05.18";
 
   src = fetchurl {
     url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
-    sha256 = "0sl4bi2jls3417rd62awbqdq1b6wskkjbfwpnyw4a61qarfxid1d";
+    sha256 = "11r0hv6885w8k4m307kvf9545vr5a3ym9bf7szghvbcgmgc8lm5w";
   };
 
   nativeBuildInputs = [ makeWrapper ];