summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorChristian Theune <ct@flyingcircus.io>2015-04-27 18:33:34 +0200
committerChristian Theune <ct@flyingcircus.io>2015-04-27 18:33:34 +0200
commitd3a328bf8244fdab1e9b5835accfae8f9b61f7ea (patch)
tree58ca304a95b03471dca31deb791cd47e5e2dbded /pkgs/applications/networking
parent534b84a9ac125e960660cb05c4f75a5d6f666c5f (diff)
downloadnixpkgs-d3a328bf8244fdab1e9b5835accfae8f9b61f7ea.tar
nixpkgs-d3a328bf8244fdab1e9b5835accfae8f9b61f7ea.tar.gz
nixpkgs-d3a328bf8244fdab1e9b5835accfae8f9b61f7ea.tar.bz2
nixpkgs-d3a328bf8244fdab1e9b5835accfae8f9b61f7ea.tar.lz
nixpkgs-d3a328bf8244fdab1e9b5835accfae8f9b61f7ea.tar.xz
nixpkgs-d3a328bf8244fdab1e9b5835accfae8f9b61f7ea.tar.zst
nixpkgs-d3a328bf8244fdab1e9b5835accfae8f9b61f7ea.zip
Update syncthing to v0.11.1
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 430ab70caa1..84d0d4ba239 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.10.30";
+  version = "0.11.1";
   goPackagePath = "github.com/syncthing/syncthing";
   src = fetchgit {
     url = "git://github.com/syncthing/syncthing.git";
     rev = "refs/tags/v${version}";
-    sha256 = "bd554d42586c85e0a5e766b6a6e87ccc6047f30e189753a1e68e44fd54ca506a";
+    sha256 = "518add39e2239fc8575cdf5cafc3562f006df7201fbd272077ed3bbbbfd816d4";
   };
 
   subPackages = [ "cmd/syncthing" ];