about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEsteban Blanc <estblcsk@gmail.com>2023-04-09 12:27:35 +0200
committerEsteban Blanc <estblcsk@gmail.com>2023-04-09 12:27:35 +0200
commit9d1bb4661685eedbabe0e78bbd99ce7fb455b8dd (patch)
treedb3a7bd599a2d28af8c6227b75d601a058b97577
parent11c129c16f4051ad215ea7b0d297a6c7cf5d24d7 (diff)
syncthing: 1.23.2 -> 1.23.4
Signed-of-by: Esteban Blanc <estblcsk@gmail.com>
-rw-r--r--pkgs/applications/networking/syncthing/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/syncthing/default.nix b/pkgs/applications/networking/syncthing/default.nix
index 0ddf1fc8f9ccc..c89387bb83ce5 100644
--- a/pkgs/applications/networking/syncthing/default.nix
+++ b/pkgs/applications/networking/syncthing/default.nix
@@ -13,16 +13,16 @@ let
   common = { stname, target, postInstall ? "" }:
     buildGoModule rec {
       pname = stname;
-      version = "1.23.2";
+      version = "1.23.4";
 
       src = fetchFromGitHub {
         owner = "syncthing";
         repo = "syncthing";
         rev = "v${version}";
-        hash = "sha256-EowUQYfSznTuAHV7OIesFPM99zRmeKkzYNp7VANtR2U=";
+        hash = "sha256-a2ulTP7J5+f5ikdKVIq4l6GQEJ8PH+MGNV4C0NReFyQ=";
       };
 
-      vendorHash = "sha256-5NgflkRXkbWiIkASmxIgWliE8sF89HtlMtlIF+5u6Ic=";
+      vendorHash = "sha256-d/So51ZMDdduUEgOOu9wc3kLh4dRzFR6S5BxcCVtiXI=";
 
       nativeBuildInputs = lib.optionals stdenv.isDarwin [
         # Recent versions of macOS seem to require binaries to be signed when