about summary refs log tree commit diff
path: root/pkgs/applications/networking/syncthing
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-08-04 19:42:47 -0500
committerPeter Hoeg <peter@hoeg.com>2021-08-05 14:27:40 +0800
commit6dc0549183672acd39d735a465098ca9deeff6ad (patch)
treed08e7511e33792e2d99a8d6252ba5acfee1e3dc1 /pkgs/applications/networking/syncthing
parente562218071061f43024c150276d9fe229e4040fc (diff)
syncthing: 1.18.0 -> 1.18.1
https://github.com/syncthing/syncthing/releases/tag/v1.18.1
Diffstat (limited to 'pkgs/applications/networking/syncthing')
-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 9db0abd0cb01a..a0ab6304e34a5 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.18.0";
+      version = "1.18.1";
 
       src = fetchFromGitHub {
         owner  = "syncthing";
         repo   = "syncthing";
         rev    = "v${version}";
-        sha256 = "0hrdlc1dxbxvqxylk0i2f110c6bfp9azsnzqzmjj2b29xxbrmwca";
+        sha256 = "1sm4d0pjgk0spz9pddqb3i8hli10pibd5xs18mhcwrhnxj2xky1y";
       };
 
       vendorSha256 = "1qqpxm4s1s2yp1zmi4m25y1a6r7kxc5rmvfsg50jmqsfnwligpz6";