summary refs log tree commit diff
path: root/pkgs/applications/networking/syncthing
diff options
context:
space:
mode:
authorChristian Theune <ct@flyingcircus.io>2015-08-18 08:15:37 +0200
committerChristian Theune <ct@flyingcircus.io>2015-08-18 08:15:37 +0200
commit97afc0a91472183d39783651e167f75ead43e595 (patch)
tree8ea1f905b98aa58584208aecd0d78e8a68c6696c /pkgs/applications/networking/syncthing
parent5d964375e5d53944c7581df5826be586dd1c5efc (diff)
downloadnixpkgs-97afc0a91472183d39783651e167f75ead43e595.tar
nixpkgs-97afc0a91472183d39783651e167f75ead43e595.tar.gz
nixpkgs-97afc0a91472183d39783651e167f75ead43e595.tar.bz2
nixpkgs-97afc0a91472183d39783651e167f75ead43e595.tar.lz
nixpkgs-97afc0a91472183d39783651e167f75ead43e595.tar.xz
nixpkgs-97afc0a91472183d39783651e167f75ead43e595.tar.zst
nixpkgs-97afc0a91472183d39783651e167f75ead43e595.zip
syncthing: 0.11.16 -> 0.11.20
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 02a51a3cbad..57e9cbe7e8a 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.16";
+  version = "0.11.20";
   goPackagePath = "github.com/syncthing/syncthing";
   src = fetchgit {
     url = "git://github.com/syncthing/syncthing.git";
     rev = "refs/tags/v${version}";
-    sha256 = "f9b5c2de7e2b6592cccb0222c48b9baa2497dce519824a75923d40cc722ab937";
+    sha256 = "72092f2bfaaeb8c7c9264200f7d08c5e78f670f80a018dd70477c23c0fd88619";
   };
 
   subPackages = [ "cmd/syncthing" ];