git-annex: updated to version 0.20110427

The most current one is 0.20110503, but the corresponding tarball isn't
available for download yet.

svn path=/nixpkgs/trunk/; revision=27130
This commit is contained in:
Peter Simons 2011-05-04 09:26:45 +00:00
parent 7a62283c46
commit fb10d3399d

View file

@ -1,14 +1,14 @@
{ stdenv, fetchurl, ghc, libuuid, rsync, findutils, curl, perl, MissingH, utf8String, QuickCheck2, pcreLight }:
let
version = "0.20110401";
version = "0.20110427";
in
stdenv.mkDerivation {
name = "git-annex-${version}";
src = fetchurl {
url = "http://ftp.de.debian.org/debian/pool/main/g/git-annex/git-annex_${version}.tar.gz";
sha256 = "046jifc8fkhqar0qnrmk8kks44mdd7cgdrmhn7m6nr6hbsji7in5";
sha256 = "1vbmkvf9hlnfcaqsyi1ay2rr835j49bxqyfdi3v3373pdfd6195z";
};
buildInputs = [ghc libuuid rsync findutils curl perl MissingH utf8String QuickCheck2 pcreLight];