summary refs log tree commit diff
path: root/pkgs/applications/networking/syncthing
diff options
context:
space:
mode:
authorChristian Theune <ct@flyingcircus.io>2015-07-14 08:17:13 +0200
committerChristian Theune <ct@flyingcircus.io>2015-07-14 22:46:54 +0200
commita932d14dd94d4ab629403629111ec10edefc74cd (patch)
treefc35e335c9e4dfcd231a901696610f755dff7677 /pkgs/applications/networking/syncthing
parent45135c0256b15f80dafbd281107ca489d2c09735 (diff)
downloadnixpkgs-a932d14dd94d4ab629403629111ec10edefc74cd.tar
nixpkgs-a932d14dd94d4ab629403629111ec10edefc74cd.tar.gz
nixpkgs-a932d14dd94d4ab629403629111ec10edefc74cd.tar.bz2
nixpkgs-a932d14dd94d4ab629403629111ec10edefc74cd.tar.lz
nixpkgs-a932d14dd94d4ab629403629111ec10edefc74cd.tar.xz
nixpkgs-a932d14dd94d4ab629403629111ec10edefc74cd.tar.zst
nixpkgs-a932d14dd94d4ab629403629111ec10edefc74cd.zip
syncthing: 0.11.13 -> 0.11.15
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 1a3430b128f..449886a5de4 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.13";
+  version = "0.11.15";
   goPackagePath = "github.com/syncthing/syncthing";
   src = fetchgit {
     url = "git://github.com/syncthing/syncthing.git";
     rev = "refs/tags/v${version}";
-    sha256 = "07045f4c24e546f4e8307acedeb5fe72b023db57bbf4d73b56d7fe2c75d694dc";
+    sha256 = "8afd0a0999c7d7d285f361589330421c00012da86ce91623c5ad6b96d8fb9695";
   };
 
   subPackages = [ "cmd/syncthing" ];