syncthing: 0.12.4 -> 0.12.9

This commit is contained in:
Christian Theune 2015-12-22 09:12:35 +01:00 committed by Moritz Ulrich
parent a591390d8d
commit 2823814c5b

View File

@ -2938,12 +2938,13 @@ let
}; };
syncthing = buildFromGitHub rec { syncthing = buildFromGitHub rec {
version = "0.12.4"; version = "0.12.9";
rev = "v${version}"; rev = "v${version}";
owner = "syncthing"; owner = "syncthing";
repo = "syncthing"; repo = "syncthing";
sha256 = "0sri86hsjpf4xlhi45zkafi1jncamzplxnvriza0xsah1bc31g65"; sha256 = "0d420bmx1ifhjgbc65bflnawqddi4h86p7fvxzzqwfsaj94fsfbi";
# buildFlags = [ "-tags noupgrade,release" ]; buildFlags = [ "-tags noupgrade,release" ];
disabled = isGo14;
buildInputs = [ buildInputs = [
go-lz4 du luhn xdr snappy ratelimit osext go-lz4 du luhn xdr snappy ratelimit osext
goleveldb suture qart crypto net text rcrowley.go-metrics goleveldb suture qart crypto net text rcrowley.go-metrics