mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
youtubeDL: update from 2014.01.08 to 2014.01.20
This commit is contained in:
parent
b25529a4ad
commit
f0081dcc02
1 changed files with 2 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
|||
{ stdenv, fetchurl, python, zip }:
|
||||
|
||||
let
|
||||
version = "2014.01.08";
|
||||
version = "2014.01.20";
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
name = "youtube-dl-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://youtube-dl.org/downloads/${version}/${name}.tar.gz";
|
||||
sha256 = "0a83j62w2k5fdxp3fvs0zr6r81w7jkzzzr8r8wim1yyi6k8cjcwv";
|
||||
sha256 = "1krqkq21pgzkfsw70b0fp7xpxsh1ipgr2bgkf1y30ckf9nkpp9ny";
|
||||
};
|
||||
|
||||
buildInputs = [ python ];
|
||||
|
|
Loading…
Reference in a new issue