isync: 1.2.0 → 1.2.1

This commit is contained in:
Damien Cassou 2015-11-17 11:00:42 -03:00
parent 7ae05edcdd
commit 2088e147b9

View File

@ -1,11 +1,11 @@
{ fetchurl, stdenv, openssl, pkgconfig, db, cyrus_sasl }:
stdenv.mkDerivation rec {
name = "isync-1.2.0";
name = "isync-1.2.1";
src = fetchurl {
url = "mirror://sourceforge/isync/${name}.tar.gz";
sha256 = "0n8fwvv88h7ps7qs122kgh1yx5308765fiwqav5h7m272vg7hf43";
sha256 = "1bij6nm06ghkg98n2pdyacam2fyg5y8f7ajw0d5653m0r4ldw5p7";
};
buildInputs = [ openssl pkgconfig db cyrus_sasl ];