about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-12-24 13:50:41 +0100
committerPeter Simons <simons@cryp.to>2014-12-25 11:05:49 +0100
commit8298636254a8130c74d7c367180df9f85d8e078e (patch)
tree331c7786a992e623e71c29b5e5a55a878e60c619 /pkgs/applications
parent183f0b9d9ac660efb45e446a1ac82ad69217b5aa (diff)
downloadnixlib-8298636254a8130c74d7c367180df9f85d8e078e.tar
nixlib-8298636254a8130c74d7c367180df9f85d8e078e.tar.gz
nixlib-8298636254a8130c74d7c367180df9f85d8e078e.tar.bz2
nixlib-8298636254a8130c74d7c367180df9f85d8e078e.tar.lz
nixlib-8298636254a8130c74d7c367180df9f85d8e078e.tar.xz
nixlib-8298636254a8130c74d7c367180df9f85d8e078e.tar.zst
nixlib-8298636254a8130c74d7c367180df9f85d8e078e.zip
haskell-git-annex: update to version 5.20141219
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/version-management/git-and-tools/git-annex/default.nix21
1 files changed, 12 insertions, 9 deletions
diff --git a/pkgs/applications/version-management/git-and-tools/git-annex/default.nix b/pkgs/applications/version-management/git-and-tools/git-annex/default.nix
index 9259cabc28e7..3982eff71b55 100644
--- a/pkgs/applications/version-management/git-and-tools/git-annex/default.nix
+++ b/pkgs/applications/version-management/git-and-tools/git-annex/default.nix
@@ -10,15 +10,16 @@
 , networkProtocolXmpp, networkUri, openssh, optparseApplicative
 , pathPieces, perl, QuickCheck, random, regexTdfa, resourcet, rsync
 , SafeSemaphore, securemem, SHA, shakespeare, stm, tasty
-, tastyHunit, tastyQuickcheck, tastyRerun, text, time, transformers
-, unixCompat, utf8String, uuid, wai, waiExtra, warp, warpTls, which
-, xmlTypes, yesod, yesodCore, yesodDefault, yesodForm, yesodStatic
+, tastyHunit, tastyQuickcheck, tastyRerun, text, time, torrent
+, transformers, unixCompat, utf8String, uuid, wai, waiExtra, warp
+, warpTls, wget, which, xmlTypes, yesod, yesodCore, yesodDefault
+, yesodForm, yesodStatic
 }:
 
 cabal.mkDerivation (self: {
   pname = "git-annex";
-  version = "5.20141203";
-  sha256 = "01gifds86925vg7mh363i7qsii2wrgf3vpk3wgjff9rbb7z0fvfk";
+  version = "5.20141219";
+  sha256 = "1qxvsvys5hrpc5sm6s2ygr7hyrgfjc4qaycp1b0kkwjj4bl4cbvz";
   isLibrary = false;
   isExecutable = true;
   buildDepends = [
@@ -30,11 +31,13 @@ cabal.mkDerivation (self: {
     networkMulticast networkProtocolXmpp networkUri optparseApplicative
     pathPieces QuickCheck random regexTdfa resourcet SafeSemaphore
     securemem SHA shakespeare stm tasty tastyHunit tastyQuickcheck
-    tastyRerun text time transformers unixCompat utf8String uuid wai
-    waiExtra warp warpTls xmlTypes yesod yesodCore yesodDefault
-    yesodForm yesodStatic
+    tastyRerun text time torrent transformers unixCompat utf8String
+    uuid wai waiExtra warp warpTls xmlTypes yesod yesodCore
+    yesodDefault yesodForm yesodStatic
+  ];
+  buildTools = [
+    bup curl git gnupg1 lsof openssh perl rsync wget which
   ];
-  buildTools = [ bup curl git gnupg1 lsof openssh perl rsync which ];
   configureFlags = "-fAssistant -fProduction";
   preConfigure = "export HOME=$TEMPDIR";
   installPhase = "./Setup install";