git-annex: updated to version 3.20110707

svn path=/nixpkgs/trunk/; revision=27775
This commit is contained in:
Peter Simons 2011-07-14 12:22:26 +00:00
parent 6f1ec7512e
commit 68957344fa

View file

@ -2,14 +2,14 @@
, QuickCheck2, pcreLight, SHA, dataenc, HTTP, testpack, git, ikiwiki, which }:
let
version = "3.20110705";
version = "3.20110707";
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 = "781b0c02f992e46f3c2555db803caed2a9bbd274a62fcebab3f596bfd7888c9a";
sha256 = "0yyrp94przjmdljd97q5p0yll9aa1jdajrvlhl4m1yq0ngx6x4rr";
};
buildInputs = [ghc libuuid rsync findutils curl perl MissingH utf8String QuickCheck2 pcreLight