about summary refs log tree commit diff
path: root/pkgs/applications/networking/freefilesync
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-10-12 20:49:38 +0200
committerGitHub <noreply@github.com>2022-10-12 20:49:38 +0200
commit2446d22a22faac998707b7f7567732c7e74418b4 (patch)
tree7553ee89489c633bbd383c2d96e1927eca2d1187 /pkgs/applications/networking/freefilesync
parent4ff8542ffa539699ce10f014557fb379eb8d44ac (diff)
parent77a0f1af20097f831f3f47ecb78476351406e4a3 (diff)
Merge pull request #195272 from wegank/freefilesync-11.26
Diffstat (limited to 'pkgs/applications/networking/freefilesync')
-rw-r--r--pkgs/applications/networking/freefilesync/default.nix9
1 files changed, 2 insertions, 7 deletions
diff --git a/pkgs/applications/networking/freefilesync/default.nix b/pkgs/applications/networking/freefilesync/default.nix
index 48f2f2e1fe0f1..94c049d52cbba 100644
--- a/pkgs/applications/networking/freefilesync/default.nix
+++ b/pkgs/applications/networking/freefilesync/default.nix
@@ -13,13 +13,13 @@
 
 gcc12Stdenv.mkDerivation rec {
   pname = "freefilesync";
-  version = "11.25";
+  version = "11.26";
 
   src = fetchFromGitHub {
     owner = "hkneptune";
     repo = "FreeFileSync";
     rev = "v${version}";
-    sha256 = "sha256-JV9qwBiF9kl+wc9+7lUufQVu6uiMQ6vojntxduNJ8MI=";
+    sha256 = "sha256-MKs9PfxKVxfDYYB8Dqop9dUd757ajjgvIdMtKJX5dNw=";
   };
 
   # Patches from ROSA Linux
@@ -43,11 +43,6 @@ gcc12Stdenv.mkDerivation rec {
     })
   ];
 
-  postPatch = ''
-    substituteInPlace FreeFileSync/Source/ui/version_check.cpp \
-      --replace "openBrowserForDownload();" "openBrowserForDownload(parent);"
-  '';
-
   nativeBuildInputs = [
     pkg-config
   ];