aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/networking/syncthing
diff options
context:
space:
mode:
authorJaakko Luttinen <jaakko.luttinen@iki.fi>2018-10-02 19:20:13 +0300
committerJaakko Luttinen <jaakko.luttinen@iki.fi>2018-10-02 19:20:13 +0300
commit2671acc47194bb2c9c29790ba0712adc58a8f225 (patch)
tree829e04106b09b998ee24aef4e71645b77a05df81 /pkgs/applications/networking/syncthing
parent46651b82b87318e37440c15a639d49ec05e79b79 (diff)
syncthing: 0.14.50 -> 0.14.51
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 b7bad13a30d8..86c8b6db2c47 100644
--- a/pkgs/applications/networking/syncthing/default.nix
+++ b/pkgs/applications/networking/syncthing/default.nix
@@ -3,14 +3,14 @@
let
common = { stname, target, patches ? [], postInstall ? "" }:
stdenv.mkDerivation rec {
- version = "0.14.50";
+ version = "0.14.51";
name = "${stname}-${version}";
src = fetchFromGitHub {
owner = "syncthing";
repo = "syncthing";
rev = "v${version}";
- sha256 = "10lilw20mq1zshysb9zrszcpl4slyyxvnbxfqk04nhz0b1gmm9ri";
+ sha256 = "1ycly3vh10s04pk0fk9hb0my7w5b16dfgmnk1mi0zjylcii3yzi5";
};
inherit patches;