about summary refs log tree commit diff
path: root/pkgs/applications/networking/syncthing
diff options
context:
space:
mode:
authorkilianar <mail@kilianar.de>2022-07-05 09:11:29 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2022-07-05 11:29:43 +0200
commit369ab30030d8c56fe87a06c1fe3b2c0e85ba6253 (patch)
tree4ce452100325252506c34ddf4effe128b919a937 /pkgs/applications/networking/syncthing
parentfd92b928276798535889a983f161ea23504e4148 (diff)
syncthing: 1.20.2 -> 1.20.3
https://github.com/syncthing/syncthing/releases/tag/v1.20.3
Diffstat (limited to 'pkgs/applications/networking/syncthing')
-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 a87f1dfdc44fc..f09f9fb45ab3f 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.20.2";
+      version = "1.20.3";
 
       src = fetchFromGitHub {
         owner = "syncthing";
         repo = "syncthing";
         rev = "v${version}";
-        hash = "sha256-U9sM7c2jCEVzTLBawRQGXZTS0jYbFH3OVFk7IkWk2bo=";
+        hash = "sha256-8sxCTPFdf5VDysANUYqic6zq5gipTL6wmPXstJc+6bA=";
       };
 
-      vendorSha256 = "sha256-NuiT2GytWaGkgSyl+qoe9DjCCL7wSHc6FU8C6rsy6Vc=";
+      vendorSha256 = "sha256-CJFKY69Iz8GrVpvUdDveMQQFj6RXApfgYjP7B1wfgfo=";
 
       doCheck = false;