summary refs log tree commit diff
path: root/pkgs/tools/networking/isync/unstable.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/networking/isync/unstable.nix')
-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 309190ddfb4da..eae7167f2fed4 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 ];