syncthing: 0.12.4 -> 0.12.9
This commit is contained in:
parent
a591390d8d
commit
2823814c5b
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user