about summary refs log tree commit diff
path: root/pkgs/applications/networking/syncthing
diff options
context:
space:
mode:
authorkilianar <mail@kilianar.de>2022-08-02 11:14:32 +0200
committerPeter Hoeg <peter@hoeg.com>2022-08-02 20:38:12 +0800
commit244864acdc03060179deaa1418a536bc17a4d9f0 (patch)
tree1a2bb107eb4237b2c21a7321f1ce480c5d371e72 /pkgs/applications/networking/syncthing
parent5959e283cd9ce7dc8d08afcd22d62a6168d4bbbd (diff)
syncthing: 1.20.3 -> 1.20.4
https://github.com/syncthing/syncthing/releases/tag/v1.20.4
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 39e76da67bc43..6fdc0e0d00519 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.20.3";
+      version = "1.20.4";
 
       src = fetchFromGitHub {
         owner = "syncthing";
         repo = "syncthing";
         rev = "v${version}";
-        hash = "sha256-8sxCTPFdf5VDysANUYqic6zq5gipTL6wmPXstJc+6bA=";
+        hash = "sha256-umnlYvCtT+76Yer17T7ZvWJ5sUdXu+7kiRikrmWrIM8=";
       };
 
       vendorSha256 = "sha256-CJFKY69Iz8GrVpvUdDveMQQFj6RXApfgYjP7B1wfgfo=";