freefilesync: 14.3 -> 14.4 (#429460)

This commit is contained in:
Weijia Wang
2025-08-03 11:08:10 -06:00
committed by GitHub
+2 -8
View File
@@ -42,7 +42,7 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "freefilesync";
version = "14.3";
version = "14.4";
src = fetchurl {
url = "https://freefilesync.org/download/FreeFileSync_${finalAttrs.version}_Source.zip";
@@ -51,7 +51,7 @@ stdenv.mkDerivation (finalAttrs: {
rm -f $out
tryDownload "$url"
'';
hash = "sha256-F8oIoG+SaHwhT7aA+iYp9/eWyGf6CiDIGm6Y2px0wlI=";
hash = "sha256-Jx/Q/RsCTy06kJfJeatqrEoTMz7wLZvPQ3bzFClvKWc=";
};
sourceRoot = ".";
@@ -73,12 +73,6 @@ stdenv.mkDerivation (finalAttrs: {
})
];
# https://freefilesync.org/forum/viewtopic.php?t=12163
postPatch = ''
substituteInPlace zen/socket.h zen/sys_error.h \
--replace-fail "#undef G_GNUC_UNUSED" ""
'';
nativeBuildInputs = [
copyDesktopItems
pkg-config