Merge pull request #271057 from wegank/freefilesync-bump

freefilesync: 13.1 -> 13.2

Changed files
+5 -4
pkgs
applications
networking
freefilesync
+5 -4
pkgs/applications/networking/freefilesync/default.nix
···
in
stdenv.mkDerivation (finalAttrs: {
pname = "freefilesync";
-
version = "13.1";
+
version = "13.2";
src = fetchurl {
url = "https://freefilesync.org/download/FreeFileSync_${finalAttrs.version}_Source.zip";
···
rm -f $out
tryDownload "$url"
'';
-
hash = "sha256-xuJQOegmZHPsCmJU2akTD4nQh05M+rpnjQVEer33SCk=";
+
hash = "sha256-Hb3DkHdINtg5vNs6IcCHKxgSiN5u/2kY8V8Fnq5yFCM=";
};
sourceRoot = ".";
···
url = "https://sources.debian.org/data/main/f/freefilesync/12.0-2/debian/patches/ffs_devuan.patch";
postFetch = ''
substituteInPlace $out \
-
--replace "-std=c++2b" "-std=c++23"
+
--replace "-std=c++2b" "-std=c++23" \
+
--replace "imageWidth," "wxsizeToScreen(imageWidth),"
'';
excludes = [ "FreeFileSync/Source/ffs_paths.cpp" ];
-
hash = "sha256-CtUC94AoYTxoqSMWZrzuO3jTD46rj11JnbNyXtWckCo=";
+
hash = "sha256-LH549fJWGpJ0p6/0YNda1zZHGs/QRl1CYLC/vYKdkO4=";
})
# Fix build with GTK 3
(fetchpatch {