about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2019-06-09 10:47:23 +0000
committerGitHub <noreply@github.com>2019-06-09 10:47:23 +0000
commit6825b3f4b2e91df964ecff32483f2e98e04c89c4 (patch)
tree10b0dcac43f529b24784c142e565ea4ac9743a3f /pkgs/applications/networking
parentfa95878fd369ef3e194c6fcab08772446067c53e (diff)
parent9a0e51346b066ac97ed8dd49a282a3aac66cff82 (diff)
Merge pull request #62827 from jabranham/syncthing
syncthing: 1.1.3 -> 1.1.4
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 ccb346868a1f0..f57bbe69f7a6c 100644
--- a/pkgs/applications/networking/syncthing/default.nix
+++ b/pkgs/applications/networking/syncthing/default.nix
@@ -3,14 +3,14 @@
 let
   common = { stname, target, postInstall ? "" }:
     buildGoPackage rec {
-      version = "1.1.3";
+      version = "1.1.4";
       name = "${stname}-${version}";
 
       src = fetchFromGitHub {
         owner  = "syncthing";
         repo   = "syncthing";
         rev    = "v${version}";
-        sha256 = "00jshqa0nkwj06bfq16p359ss6nl6h49s31hag79wl9gwkca38va";
+        sha256 = "0a19l1kp4cwyzcd53v9yzv3ms69gn78gajkyfawafr7ls0i8x82f";
       };
 
       goPackagePath = "github.com/syncthing/syncthing";