about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-02-13 06:30:10 +0100
committerGitHub <noreply@github.com>2023-02-13 06:30:10 +0100
commit83530c5239be287bd9115774b10de00d8912dfd2 (patch)
treed9baeca62e4de861716a00c4ff64d9060eeb223f /pkgs/applications/networking
parent31bd5cdb19c20bd240c3d666bf236e4e022d30d8 (diff)
parent01de41442640c3affb3803f7be43ee19b519a39d (diff)
Merge pull request #215957 from r-ryantm/auto-update/syncthing-discovery
syncthing-discovery: 1.23.0 -> 1.23.1
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/syncthing/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/syncthing/default.nix b/pkgs/applications/networking/syncthing/default.nix
index e74084e14c524..3b171070a5735 100644
--- a/pkgs/applications/networking/syncthing/default.nix
+++ b/pkgs/applications/networking/syncthing/default.nix
@@ -4,13 +4,13 @@ let
   common = { stname, target, postInstall ? "" }:
     buildGoModule rec {
       pname = stname;
-      version = "1.23.0";
+      version = "1.23.1";
 
       src = fetchFromGitHub {
         owner = "syncthing";
         repo = "syncthing";
         rev = "v${version}";
-        hash = "sha256-Z4YVU45na4BgIbN/IlORpTCuf2EuSuOyppDRzswn3EI=";
+        hash = "sha256-Jbg56Nn+5ZjIv1KZrThkqWY+P13MglLE78E6jc0rbY0=";
       };
 
       vendorHash = "sha256-q63iaRxJRvPY0Np20O6JmdMEjSg/kxRneBfs8fRTwXk=";