Skip to content

Commit

Permalink
syncthing: 0.14.5 -> 0.14.6
Browse files Browse the repository at this point in the history
(cherry picked from commit 6c6ebf5)

A bugfix release, recommended for all users by upstream.  In
particular, it resolves an issue that potentially could result in
unwanted data loss.
  • Loading branch information
Peter Hoeg authored and joachifm committed Oct 2, 2016
1 parent 9ee0d65 commit 39ed101
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/syncthing/default.nix
@@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, go }:

stdenv.mkDerivation rec {
version = "0.14.5";
version = "0.14.6";
name = "syncthing-${version}";

src = fetchFromGitHub {
owner = "syncthing";
repo = "syncthing";
rev = "v${version}";
sha256 = "172ca3xgc3dp9yiqm3fmq696615jnclgfg521sh5mk78na1r4mgz";
sha256 = "1w8a46c6r3rddfl9xbx7j2mavai4dm9h8flpm4qr0bsd6whf60hz";
};

buildInputs = [ go ];
Expand Down

0 comments on commit 39ed101

Please sign in to comment.