Update syncthing to v0.11.1
This commit is contained in:
parent
534b84a9ac
commit
d3a328bf82
@ -4,12 +4,12 @@ with goPackages;
|
|||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "syncthing-${version}";
|
name = "syncthing-${version}";
|
||||||
version = "0.10.30";
|
version = "0.11.1";
|
||||||
goPackagePath = "github.com/syncthing/syncthing";
|
goPackagePath = "github.com/syncthing/syncthing";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "git://github.com/syncthing/syncthing.git";
|
url = "git://github.com/syncthing/syncthing.git";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
sha256 = "bd554d42586c85e0a5e766b6a6e87ccc6047f30e189753a1e68e44fd54ca506a";
|
sha256 = "518add39e2239fc8575cdf5cafc3562f006df7201fbd272077ed3bbbbfd816d4";
|
||||||
};
|
};
|
||||||
|
|
||||||
subPackages = [ "cmd/syncthing" ];
|
subPackages = [ "cmd/syncthing" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user