Merge #62276: libfilezilla: 0.13.0 -> 0.16.0; filezilla: -> 3.42.1

This commit is contained in:
Vladimír Čunát
2019-06-09 13:17:04 +02:00
2 changed files with 12 additions and 8 deletions
@@ -3,17 +3,18 @@
, makeWrapper
}:
let version = "3.31.0"; in
let version = "3.42.1"; in
stdenv.mkDerivation {
name = "filezilla-${version}";
src = fetchurl {
url = "mirror://sourceforge/project/filezilla/FileZilla_Client/${version}/FileZilla_${version}_src.tar.bz2";
sha256 = "1rfysb8dil35a7bzj2kw0mzzkys39d7yn6ipsbk8l6rkwfvnii8l";
url = "https://download.filezilla-project.org/client/FileZilla_${version}_src.tar.bz2";
sha256 = "083ycsycwy1szhp3mzf998wsqa74hmdxdsy07x6k81vp2cxjxijg";
};
configureFlags = [
"--disable-manualupdatecheck"
"--disable-autoupdatecheck"
];
nativeBuildInputs = [ pkgconfig ];