aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/networking/syncthing
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2018-01-11 09:46:14 +0800
committerPeter Hoeg <peter@hoeg.com>2018-01-11 09:54:04 +0800
commit7f5a8599066b4a623fd98d4358e18a1e0a08a104 (patch)
tree317912de3e1acc45133c400c47101880706498a2 /pkgs/applications/networking/syncthing
parent95ea79a1967466f93c7b63b58d085d7b85b919da (diff)
syncthing: 0.14.42 -> 0.14.43
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 953febf67a86..1a79e31a05d8 100644
--- a/pkgs/applications/networking/syncthing/default.nix
+++ b/pkgs/applications/networking/syncthing/default.nix
@@ -1,14 +1,14 @@
{ stdenv, lib, fetchFromGitHub, go, procps, removeReferencesTo }:
stdenv.mkDerivation rec {
- version = "0.14.42";
+ version = "0.14.43";
name = "syncthing-${version}";
src = fetchFromGitHub {
owner = "syncthing";
repo = "syncthing";
rev = "v${version}";
- sha256 = "1n3favv94wj1fr7x9av523fgm12b0kjlrmifa25wg2p6z10vwbqf";
+ sha256 = "1n09zmp9dqrl3y0fa0l1gx6f09j9mm3xdf7b58y03znspsg7mxhi";
};
buildInputs = [ go removeReferencesTo ];