aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools/networking/isync
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-06-02 14:26:44 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-06-03 17:17:08 +0300
commitbac26e08dbb6622c39bba13047c54e80282d031d (patch)
tree3fb6703841226a9c43e4f14ae5676dfb50b2e46e /pkgs/tools/networking/isync
parentd27881c014802d367dfb40e76a37c738e3ef187b (diff)
Fix lots of fetchgit hashes (fallout from #15469)
Diffstat (limited to 'pkgs/tools/networking/isync')
-rw-r--r--pkgs/tools/networking/isync/unstable.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/isync/unstable.nix b/pkgs/tools/networking/isync/unstable.nix
index 309190ddfb4d..eae7167f2fed 100644
--- a/pkgs/tools/networking/isync/unstable.nix
+++ b/pkgs/tools/networking/isync/unstable.nix
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
src = fetchgit {
url = "git://git.code.sf.net/p/isync/isync";
inherit rev;
- sha256 = "1flm9lkgf1pa6aa678xr0yj5fxwh8c9jpjzd4002f4jjmcf4w57s";
+ sha256 = "02bm5m3bwpfns7qdwfybyl4fwa146n55v67pdchkhxaqpa4ddws1";
};
buildInputs = [ openssl pkgconfig db cyrus_sasl autoconf automake ];