Another update to dar. Let's use the very latest release.

svn path=/nixpkgs/trunk/; revision=30376
This commit is contained in:
Lluís Batlle i Rossell 2011-11-10 21:23:09 +00:00
parent 9908557ae0
commit 1791ea0919

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, zlib, bzip2, openssl, attr }:
stdenv.mkDerivation rec {
name = "dar-2.3.11";
name = "dar-2.4.2";
src = fetchurl {
url = "mirror://sourceforge/dar/${name}.tar.gz";
sha256 = "016147f6z8k4wxym2bzgjjp54b4p82lqqwf1lvqmvgj9pbcn3wid";
sha256 = "0cvcy9xccg4wmvbpxyacwppapbq03m3pwjk8b3xmdn2h8lr1pziq";
};
buildInputs = [ zlib bzip2 openssl attr ];