freefilesync: 14.8 -> 14.9 (#507616)

This commit is contained in:
Weijia Wang
2026-04-08 09:18:10 +00:00
committed by GitHub
+4 -4
View File
@@ -22,13 +22,13 @@
let
wxwidgets_3_3_1 = wxwidgets_3_3.overrideAttrs (
finalAttrs: previousAttrs: {
version = "3.3.1";
version = "3.3.2";
src = fetchFromGitHub {
owner = "wxWidgets";
repo = "wxWidgets";
tag = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-eYmZrh9lvDnJ3VAS+TllT21emtKBPAOhqIULw1dTPhk=";
hash = "sha256-UL1NuByKFGMQ/dhjuWRdnWTgdy4+1cD9pSls3e1mur8=";
};
patches = [
./wxcolorhook.patch
@@ -38,7 +38,7 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "freefilesync";
version = "14.8";
version = "14.9";
src = fetchurl {
url = "https://freefilesync.org/download/FreeFileSync_${finalAttrs.version}_Source.zip";
@@ -47,7 +47,7 @@ stdenv.mkDerivation (finalAttrs: {
rm -f "$out"
tryDownload "$url" "$out"
'';
hash = "sha256-vIvM6j4gDQcsRjgczQqxbV4XvDQECCLvuTflkebMFU8=";
hash = "sha256-TY41DJIvp7CNR8U12q2YUhiyHZuL9FcfLTVDQWTIfQA=";
};
sourceRoot = ".";