summary refs log tree commit diff
path: root/pkgs/tools/networking/isync
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2017-02-16 09:48:45 -0600
committerThomas Tuegel <ttuegel@mailbox.org>2017-02-16 09:48:45 -0600
commit88fec3005bf29145271e21e42b8d21c98d14e3f2 (patch)
tree8bcf915bd98847bcdc98de23602d33a5f912c47f /pkgs/tools/networking/isync
parent21430431466df7ae54c9ecea7309f940d0a77c93 (diff)
downloadnixpkgs-88fec3005bf29145271e21e42b8d21c98d14e3f2.tar
nixpkgs-88fec3005bf29145271e21e42b8d21c98d14e3f2.tar.gz
nixpkgs-88fec3005bf29145271e21e42b8d21c98d14e3f2.tar.bz2
nixpkgs-88fec3005bf29145271e21e42b8d21c98d14e3f2.tar.lz
nixpkgs-88fec3005bf29145271e21e42b8d21c98d14e3f2.tar.xz
nixpkgs-88fec3005bf29145271e21e42b8d21c98d14e3f2.tar.zst
nixpkgs-88fec3005bf29145271e21e42b8d21c98d14e3f2.zip
isyncUnstable: 2015-11-08 -> 20161218
The extra dashes are removed from the version number because Nix treats only the
first component as the version, i.e. `2015-11-08` is version `2015` with two
tags `-11` and `-08`.
Diffstat (limited to 'pkgs/tools/networking/isync')
-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 9408546f6a0..c8e4231f7b5 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-2015-11-08";
-  rev = "46e792";
+  name = "isync-git-20161218";
+  rev = "77acc268123b8233843ca9bc3dcf90669efde08f";
 
   src = fetchgit {
     url = "https://git.code.sf.net/p/isync/isync";
     inherit rev;
-    sha256 = "02bm5m3bwpfns7qdwfybyl4fwa146n55v67pdchkhxaqpa4ddws1";
+    sha256 = "0i21cgmgm8acvd7xwdk9pll3kl6cxj9s1hakqzbwks8j4ncygwkj";
   };
 
   buildInputs = [ openssl pkgconfig db cyrus_sasl autoconf automake ];