youtubeDL: update from 2014.02.19.1 to 2014.02.26

This commit is contained in:
Evgeny Egorochkin 2014-02-26 20:47:30 +02:00
parent 32470621d5
commit 68e9829134

View file

@ -1,14 +1,14 @@
{ stdenv, fetchurl, python, zip }:
let
version = "2014.02.19.1";
version = "2014.02.26";
in
stdenv.mkDerivation rec {
name = "youtube-dl-${version}";
src = fetchurl {
url = "http://youtube-dl.org/downloads/${version}/${name}.tar.gz";
sha256 = "0bilardg46xikw4gl4n50bg9wrmarmnzhrhhwhdcyrx0p0idl4fn";
sha256 = "069p3iyh96xc7y9ixzl4v5smq8i6d4gnhyy2yyzphjlfnpvwhb7j";
};
buildInputs = [ python ];