about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorChristian Theune <ct@flyingcircus.io>2015-05-18 10:49:25 +0200
committerChristian Theune <ct@flyingcircus.io>2015-05-18 10:49:25 +0200
commit8e36da20e7316f48cda169405116ed69ae632f99 (patch)
tree61ab18085bbea1ab515a7b718740734a364e14dc /pkgs/applications
parent6803ddbf60584d10a184a3bf34d74ab491dcd82c (diff)
downloadnixlib-8e36da20e7316f48cda169405116ed69ae632f99.tar
nixlib-8e36da20e7316f48cda169405116ed69ae632f99.tar.gz
nixlib-8e36da20e7316f48cda169405116ed69ae632f99.tar.bz2
nixlib-8e36da20e7316f48cda169405116ed69ae632f99.tar.lz
nixlib-8e36da20e7316f48cda169405116ed69ae632f99.tar.xz
nixlib-8e36da20e7316f48cda169405116ed69ae632f99.tar.zst
nixlib-8e36da20e7316f48cda169405116ed69ae632f99.zip
Update syncthing to 0.11.5
Diffstat (limited to 'pkgs/applications')
-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 84d0d4ba2391..54e4e64cdcf3 100644
--- a/pkgs/applications/networking/syncthing/default.nix
+++ b/pkgs/applications/networking/syncthing/default.nix
@@ -4,12 +4,12 @@ with goPackages;
 
 buildGoPackage rec {
   name = "syncthing-${version}";
-  version = "0.11.1";
+  version = "0.11.5";
   goPackagePath = "github.com/syncthing/syncthing";
   src = fetchgit {
     url = "git://github.com/syncthing/syncthing.git";
     rev = "refs/tags/v${version}";
-    sha256 = "518add39e2239fc8575cdf5cafc3562f006df7201fbd272077ed3bbbbfd816d4";
+    sha256 = "3a68cdecaec8d00b0fbf6348fb9b8adc628910e9572a89d9a413d6e7b79e7a06";
   };
 
   subPackages = [ "cmd/syncthing" ];