3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #9476 from fazo96/syncthing-update

syncthing: 0.11.21 -> 0.11.22
This commit is contained in:
Arseniy Seroka 2015-08-28 01:29:55 +03:00
commit d6eaae77f9

View file

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