bump syncthing version to 0.10.30

This commit is contained in:
Christian Theune 2015-03-30 21:55:51 +02:00
parent f2df60e2fb
commit 703e43949d

View File

@ -4,12 +4,12 @@ with goPackages;
buildGoPackage rec {
name = "syncthing-${version}";
version = "0.10.29";
version = "0.10.30";
goPackagePath = "github.com/syncthing/syncthing";
src = fetchgit {
url = "git://github.com/syncthing/syncthing.git";
rev = "refs/tags/v${version}";
sha256 = "0zpjcl4gr0r8c0qygvks58ly1k7gp2ngd4dn2d85ci4dddvmmxvj";
sha256 = "bd554d42586c85e0a5e766b6a6e87ccc6047f30e189753a1e68e44fd54ca506a";
};
subPackages = [ "cmd/syncthing" ];