summary refs log tree commit diff
path: root/pkgs/applications/networking/syncthing
diff options
context:
space:
mode:
authorChristian Theune <ct@flyingcircus.io>2015-08-25 07:59:50 +0200
committerChristian Theune <ct@flyingcircus.io>2015-08-25 07:59:50 +0200
commit6ee8cad09154c83d767d20d17e599c7216ca2e76 (patch)
tree1234815920735550657dea05593f3af964eba543 /pkgs/applications/networking/syncthing
parentf423ba3863092692f32a939f701d0eaf97afe9b2 (diff)
downloadnixpkgs-6ee8cad09154c83d767d20d17e599c7216ca2e76.tar
nixpkgs-6ee8cad09154c83d767d20d17e599c7216ca2e76.tar.gz
nixpkgs-6ee8cad09154c83d767d20d17e599c7216ca2e76.tar.bz2
nixpkgs-6ee8cad09154c83d767d20d17e599c7216ca2e76.tar.lz
nixpkgs-6ee8cad09154c83d767d20d17e599c7216ca2e76.tar.xz
nixpkgs-6ee8cad09154c83d767d20d17e599c7216ca2e76.tar.zst
nixpkgs-6ee8cad09154c83d767d20d17e599c7216ca2e76.zip
syncthing: 0.11.20 -> 0.11.21
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 57e9cbe7e8a..1ee9e71e782 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.20";
+  version = "0.11.21";
   goPackagePath = "github.com/syncthing/syncthing";
   src = fetchgit {
     url = "git://github.com/syncthing/syncthing.git";
     rev = "refs/tags/v${version}";
-    sha256 = "72092f2bfaaeb8c7c9264200f7d08c5e78f670f80a018dd70477c23c0fd88619";
+    sha256 = "2e7faf1002570a64ef76c6bbdde781c550db6c45b30f4fa1c394102809cad977";
   };
 
   subPackages = [ "cmd/syncthing" ];