summary refs log tree commit diff
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2017-04-03 07:23:09 -0500
committerThomas Tuegel <ttuegel@mailbox.org>2017-04-03 07:23:09 -0500
commit5cf9cbdc1798d189e3b269f2f40d08ecc82650e8 (patch)
tree16bc751bc65a8ed4f5aeea526731b5eb1b8f0098
parent5f8d6a56a880871724790704c8c9ce8100b60526 (diff)
downloadnixpkgs-5cf9cbdc1798d189e3b269f2f40d08ecc82650e8.tar
nixpkgs-5cf9cbdc1798d189e3b269f2f40d08ecc82650e8.tar.gz
nixpkgs-5cf9cbdc1798d189e3b269f2f40d08ecc82650e8.tar.bz2
nixpkgs-5cf9cbdc1798d189e3b269f2f40d08ecc82650e8.tar.lz
nixpkgs-5cf9cbdc1798d189e3b269f2f40d08ecc82650e8.tar.xz
nixpkgs-5cf9cbdc1798d189e3b269f2f40d08ecc82650e8.tar.zst
nixpkgs-5cf9cbdc1798d189e3b269f2f40d08ecc82650e8.zip
isyncUnstable: 20161218 -> 20170329
-rw-r--r--pkgs/tools/networking/isync/unstable.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/networking/isync/unstable.nix b/pkgs/tools/networking/isync/unstable.nix
index a20fa2fe737..4adcaf2b9da 100644
--- a/pkgs/tools/networking/isync/unstable.nix
+++ b/pkgs/tools/networking/isync/unstable.nix
@@ -2,13 +2,13 @@
 , autoconf, automake }:
 
 stdenv.mkDerivation rec {
-  name = "isync-git-20161218";
-  rev = "77acc268123b8233843ca9bc3dcf90669efde08f";
+  name = "isync-git-20170329";
+  rev = "1fdf793a3fb9f4704977ef49e0a490a83291ea4d";
 
   src = fetchgit {
     url = "https://git.code.sf.net/p/isync/isync";
     inherit rev;
-    sha256 = "0i21cgmgm8acvd7xwdk9pll3kl6cxj9s1hakqzbwks8j4ncygwkj";
+    sha256 = "1m54jjww1b7a6rfw4wckzx6z1nd90psbb6cs38b9c015cs0vwaf5";
   };
 
   buildInputs = [ openssl pkgconfig db cyrus_sasl zlib autoconf automake ];