Update syncthing to 0.11.10

This commit is contained in:
Christian Theune 2015-06-24 13:05:29 +02:00
parent 2c944fd4dd
commit 700e11dfee

View file

@ -4,12 +4,12 @@ with goPackages;
buildGoPackage rec {
name = "syncthing-${version}";
version = "0.11.9";
version = "0.11.10";
goPackagePath = "github.com/syncthing/syncthing";
src = fetchgit {
url = "git://github.com/syncthing/syncthing.git";
rev = "refs/tags/v${version}";
sha256 = "353528e152bbfd5075c4f85a54bce507ab3d8855f702a1399a48196bc19d226b";
sha256 = "f8260d17519ff71232ab60551b444c0138d3391426ab2ef7f9f8e4d2fdac7c40";
};
subPackages = [ "cmd/syncthing" ];