about summary refs log tree commit diff
path: root/pkgs/applications/networking/freefilesync
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2022-10-10 16:50:37 +0200
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2022-10-10 16:50:37 +0200
commit77a0f1af20097f831f3f47ecb78476351406e4a3 (patch)
tree574600a148b8160c322da2c3e78e56033aff032c /pkgs/applications/networking/freefilesync
parentd87090ce154fe1846c13a6af0d71d96584874212 (diff)
freefilesync: 11.25 -> 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 aa5b0fcc4b063..c6f9c1c9fdf27 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
   ];