summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-10-14 16:14:51 +0200
committerPeter Simons <simons@cryp.to>2018-10-15 12:39:17 +0200
commit1e44702fc01ba746a21ff4c633be84d8361125ad (patch)
treef12de559bc8988778d942b11f0a2d2bff1e1e3c1 /pkgs/development/haskell-modules/configuration-common.nix
parentc6c29def605191f17f1de17418103b3c01875426 (diff)
downloadnixpkgs-1e44702fc01ba746a21ff4c633be84d8361125ad.tar
nixpkgs-1e44702fc01ba746a21ff4c633be84d8361125ad.tar.gz
nixpkgs-1e44702fc01ba746a21ff4c633be84d8361125ad.tar.bz2
nixpkgs-1e44702fc01ba746a21ff4c633be84d8361125ad.tar.lz
nixpkgs-1e44702fc01ba746a21ff4c633be84d8361125ad.tar.xz
nixpkgs-1e44702fc01ba746a21ff4c633be84d8361125ad.tar.zst
nixpkgs-1e44702fc01ba746a21ff4c633be84d8361125ad.zip
git-annex: update sha256 hash for the new 6.20181011 version
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-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 2971b941e15..98521cce4ea 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -86,7 +86,7 @@ self: super: {
       name = "git-annex-${super.git-annex.version}-src";
       url = "git://git-annex.branchable.com/";
       rev = "refs/tags/" + super.git-annex.version;
-      sha256 = "09rhss1s6gxmqvb8k2l0f55mv38igyvikmm6d07zxkw6049q3maz";
+      sha256 = "069w4gdb104lc3vp48k3wywmgql56yc5g2g2i240xrr88in3qvqw";
     };
   }).override {
     dbus = if pkgs.stdenv.isLinux then self.dbus else null;