Merge pull request #8266 from ctheune/submit/syncthing-0.11.8
Update syncthing to 0.11.8
This commit is contained in:
commit
8e63e9bfbe
@ -4,12 +4,12 @@ with goPackages;
|
|||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "syncthing-${version}";
|
name = "syncthing-${version}";
|
||||||
version = "0.11.7";
|
version = "0.11.8";
|
||||||
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 = "7d928a255c61c7b89d460cc70c79bd8e85bef3e919c157f59d5709fef4153c8d";
|
sha256 = "fed98ac47fd84aecee7770dd59e5e68c5bc429d50b361f13b9ea2e28c3be62cf";
|
||||||
};
|
};
|
||||||
|
|
||||||
subPackages = [ "cmd/syncthing" ];
|
subPackages = [ "cmd/syncthing" ];
|
||||||
@ -26,7 +26,7 @@ buildGoPackage rec {
|
|||||||
homepage = http://syncthing.net/;
|
homepage = http://syncthing.net/;
|
||||||
description = "Replaces Dropbox and BitTorrent Sync with something open, trustworthy and decentralized";
|
description = "Replaces Dropbox and BitTorrent Sync with something open, trustworthy and decentralized";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with lib.maintainers; [ matejc ];
|
maintainers = with lib.maintainers; [ matejc theuni ];
|
||||||
platforms = with lib.platforms; unix;
|
platforms = with lib.platforms; unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user