about summary refs log tree commit diff
diff options
context:
space:
mode:
authorkilianar <mail@kilianar.de>2023-03-09 19:14:14 +0100
committerkilianar <mail@kilianar.de>2023-03-09 19:14:14 +0100
commitb5eda8810115633af15ad39228384e25c123bf51 (patch)
tree8a208d0efd6d68984c3221e63d6cd90c47c35820
parent6169ccb87d704d5615c6181a24259fb12c8642e6 (diff)
syncthing: 1.23.1 -> 1.23.2
https://github.com/syncthing/syncthing/releases/tag/v1.23.2
-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 d221324b205b6..952851b08dbac 100644
--- a/pkgs/applications/networking/syncthing/default.nix
+++ b/pkgs/applications/networking/syncthing/default.nix
@@ -4,16 +4,16 @@ let
   common = { stname, target, postInstall ? "" }:
     buildGoModule rec {
       pname = stname;
-      version = "1.23.1";
+      version = "1.23.2";
 
       src = fetchFromGitHub {
         owner = "syncthing";
         repo = "syncthing";
         rev = "v${version}";
-        hash = "sha256-Jbg56Nn+5ZjIv1KZrThkqWY+P13MglLE78E6jc0rbY0=";
+        hash = "sha256-EowUQYfSznTuAHV7OIesFPM99zRmeKkzYNp7VANtR2U=";
       };
 
-      vendorHash = "sha256-q63iaRxJRvPY0Np20O6JmdMEjSg/kxRneBfs8fRTwXk=";
+      vendorHash = "sha256-5NgflkRXkbWiIkASmxIgWliE8sF89HtlMtlIF+5u6Ic=";
 
       doCheck = false;