isync: 1.4.1 -> 1.4.2

Fixes CVE-2021-3578: possible remote code execution

https://sourceforge.net/p/isync/mailman/message/37297759/
master
Dominique Martinet 2021-06-07 23:24:10 +09:00
parent 65c7bed5d2
commit 254a89e7d5
1 changed files with 2 additions and 2 deletions

View File

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "isync";
version = "1.4.1";
version = "1.4.2";
src = fetchurl {
url = "mirror://sourceforge/isync/${pname}-${version}.tar.gz";
sha256 = "0l01880fcyqn6xq9n8236ha5n2a3wl5g8rmv22z8nv5hgfsxndhd";
sha256 = "0hskfpj4r4q3959k3npyqli353daj3r5d9mfia9bbmig87nyfd8r";
};
nativeBuildInputs = [ pkg-config perl ];