Merge pull request #304354 from mweinelt/putty-0.81

putty: 0.80 -> 0.81; libfilezilla: 0.46.0 -> 0.47.0; filezilla: 3.66.5 -> 3.67.0

authored by Sandro and committed by GitHub 0dbc589c d54a4273

+6 -6
+2 -2
pkgs/applications/networking/ftp/filezilla/default.nix
··· 22 23 stdenv.mkDerivation rec { 24 pname = "filezilla"; 25 - version = "3.66.5"; 26 27 src = fetchurl { 28 url = "https://download.filezilla-project.org/client/FileZilla_${version}_src.tar.xz"; 29 - hash = "sha256-khIoGbrmNBBwuktuy0V+ZzC0bn3ImUKZCQPymJA9Gzs="; 30 }; 31 32 configureFlags = [
··· 22 23 stdenv.mkDerivation rec { 24 pname = "filezilla"; 25 + version = "3.67.0"; 26 27 src = fetchurl { 28 url = "https://download.filezilla-project.org/client/FileZilla_${version}_src.tar.xz"; 29 + hash = "sha256-5drcgH25mc60ZJhPl00+9ZtWLFlUZlgFfpsgEYOtr5o="; 30 }; 31 32 configureFlags = [
+2 -2
pkgs/applications/networking/remote/putty/default.nix
··· 3 }: 4 5 stdenv.mkDerivation rec { 6 - version = "0.80"; 7 pname = "putty"; 8 9 src = fetchurl { ··· 11 "https://the.earth.li/~sgtatham/putty/${version}/${pname}-${version}.tar.gz" 12 "ftp://ftp.wayne.edu/putty/putty-website-mirror/${version}/${pname}-${version}.tar.gz" 13 ]; 14 - hash = "sha256-IBPIOnIbF1NSnpCQ98ODDo/kyAoHDMznZFObrbP2cIE="; 15 }; 16 17 nativeBuildInputs = [ cmake perl pkg-config copyDesktopItems ];
··· 3 }: 4 5 stdenv.mkDerivation rec { 6 + version = "0.81"; 7 pname = "putty"; 8 9 src = fetchurl { ··· 11 "https://the.earth.li/~sgtatham/putty/${version}/${pname}-${version}.tar.gz" 12 "ftp://ftp.wayne.edu/putty/putty-website-mirror/${version}/${pname}-${version}.tar.gz" 13 ]; 14 + hash = "sha256-y4sAqU9FNJTjRaPfKB16PtJrsN1+NiZPFFIG+IV2Of4="; 15 }; 16 17 nativeBuildInputs = [ cmake perl pkg-config copyDesktopItems ];
+2 -2
pkgs/development/libraries/libfilezilla/default.nix
··· 12 13 stdenv.mkDerivation rec { 14 pname = "libfilezilla"; 15 - version = "0.46.0"; 16 17 src = fetchurl { 18 url = "https://download.filezilla-project.org/${pname}/${pname}-${version}.tar.xz"; 19 - hash = "sha256-OHr1xNSENIKl+/GD0B3ZYZtLha+g1olcXuyzpgEvrCE="; 20 }; 21 22 nativeBuildInputs = [ autoreconfHook pkg-config ];
··· 12 13 stdenv.mkDerivation rec { 14 pname = "libfilezilla"; 15 + version = "0.47.0"; 16 17 src = fetchurl { 18 url = "https://download.filezilla-project.org/${pname}/${pname}-${version}.tar.xz"; 19 + hash = "sha256-YYpYa2E773EKYzxCv92mFmbLsPyKkq1JA2HQvJHFg0E="; 20 }; 21 22 nativeBuildInputs = [ autoreconfHook pkg-config ];