3
0
Fork 0
forked from mirrors/nixpkgs

enca: update from 1.15 to 1.16

This commit is contained in:
Alastair Pharo 2014-10-27 07:28:23 +02:00 committed by Evgeny Egorochkin
parent 7351245be9
commit 47dc7990ec

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, libiconvOrNull, recode }: { stdenv, fetchurl, libiconvOrNull, recode }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "enca-1.15"; name = "enca-1.16";
src = fetchurl { src = fetchurl {
url = "http://dl.cihar.com/enca/${name}.tar.bz2"; url = "http://dl.cihar.com/enca/${name}.tar.xz";
sha256 = "1iibfl2s420x7bc1hvxr1ys4cpz579brg2m2ln4rp677azmrr8mv"; sha256 = "0hg7ggldam66l9j53nlrvi2lv1k99r2qfk6dh23vg6mi05cph7bw";
}; };
buildInputs = [ recode libiconvOrNull ]; buildInputs = [ recode libiconvOrNull ];