about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-10-25 17:51:44 +0100
committerPeter Simons <simons@cryp.to>2015-10-26 13:15:16 +0100
commit60bc7e764deb97f8d06c76d31923ed0042743e7b (patch)
treee2b84637ac762ea4fdcb4aa8ab4cb1ea3df92a1b
parent7fbc2abf6a2aa1488869a4a133f297658b6b171f (diff)
downloadnixlib-60bc7e764deb97f8d06c76d31923ed0042743e7b.tar
nixlib-60bc7e764deb97f8d06c76d31923ed0042743e7b.tar.gz
nixlib-60bc7e764deb97f8d06c76d31923ed0042743e7b.tar.bz2
nixlib-60bc7e764deb97f8d06c76d31923ed0042743e7b.tar.lz
nixlib-60bc7e764deb97f8d06c76d31923ed0042743e7b.tar.xz
nixlib-60bc7e764deb97f8d06c76d31923ed0042743e7b.tar.zst
nixlib-60bc7e764deb97f8d06c76d31923ed0042743e7b.zip
git-annex: update overrides
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 38efe7ae1add..6a6286793238 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -63,7 +63,7 @@ self: super: {
   # all required dependencies are part of Stackage. To comply with Stackage, we
   # make 'git-annex-without-assistant' our default version, but offer another
   # build which has the assistant to be used in the top-level.
-  git-annex_5_20150930 = (disableCabalFlag super.git-annex_5_20150930 "assistant").override {
+  git-annex_5_20151019 = (disableCabalFlag super.git-annex_5_20151019 "assistant").override {
     dbus = if pkgs.stdenv.isLinux then self.dbus else null;
     fdo-notify = if pkgs.stdenv.isLinux then self.fdo-notify else null;
     hinotify = if pkgs.stdenv.isLinux then self.hinotify else self.fsnotify;