summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorChristian Theune <ct@flyingcircus.io>2015-06-24 13:05:29 +0200
committerChristian Theune <ct@flyingcircus.io>2015-06-24 13:07:34 +0200
commit700e11dfeec9cc29fffec4ecb9919401eaafe3ed (patch)
tree015e078f8f5676f504a395eb35bb3bf3c733ac9c /pkgs/applications
parent2c944fd4dd8c067d3b7badf5f0d0bf46367c63eb (diff)
downloadnixlib-700e11dfeec9cc29fffec4ecb9919401eaafe3ed.tar
nixlib-700e11dfeec9cc29fffec4ecb9919401eaafe3ed.tar.gz
nixlib-700e11dfeec9cc29fffec4ecb9919401eaafe3ed.tar.bz2
nixlib-700e11dfeec9cc29fffec4ecb9919401eaafe3ed.tar.lz
nixlib-700e11dfeec9cc29fffec4ecb9919401eaafe3ed.tar.xz
nixlib-700e11dfeec9cc29fffec4ecb9919401eaafe3ed.tar.zst
nixlib-700e11dfeec9cc29fffec4ecb9919401eaafe3ed.zip
Update syncthing to 0.11.10
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 9a91f3090a19..22727dcc07a2 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.9";
+  version = "0.11.10";
   goPackagePath = "github.com/syncthing/syncthing";
   src = fetchgit {
     url = "git://github.com/syncthing/syncthing.git";
     rev = "refs/tags/v${version}";
-    sha256 = "353528e152bbfd5075c4f85a54bce507ab3d8855f702a1399a48196bc19d226b";
+    sha256 = "f8260d17519ff71232ab60551b444c0138d3391426ab2ef7f9f8e4d2fdac7c40";
   };
 
   subPackages = [ "cmd/syncthing" ];