isync: update from 1.1.1 to 1.1.2

This commit is contained in:
Moritz Ulrich 2015-01-25 22:37:34 +01:00
parent 61816b06e7
commit 54cfcbc826

View File

@ -1,11 +1,11 @@
{ fetchurl, stdenv, openssl, pkgconfig, db }:
stdenv.mkDerivation rec {
name = "isync-1.1.1";
name = "isync-1.1.2";
src = fetchurl {
url = "mirror://sourceforge/isync/${name}.tar.gz";
sha256 = "14blgxhpl78bpr1291zb7n3y9g8jpgmnpdnbl0vp2qplw76zv9f3";
sha256 = "1960ah3fmp75cakd06lcx50n5q0yvfsadjh3lffhyvjvj7ava9d2";
};
buildInputs = [ openssl pkgconfig db ];