Skip to content

Commit

Permalink
syncthing-inotify: 0.8.5 -> 0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed Jun 18, 2017
1 parent b4b6982 commit 63b8d65
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 18 deletions.
23 changes: 7 additions & 16 deletions pkgs/applications/networking/syncthing/inotify-deps.nix
Original file line number Diff line number Diff line change
@@ -1,30 +1,21 @@
# This file was generated by go2nix.
# This file was generated by https://github.com/kamilchm/go2nix v1.2.0
[
{
goPackagePath = "github.com/cenkalti/backoff";
fetch = {
type = "git";
url = "https://github.com/cenkalti/backoff";
rev = "b02f2bbce11d7ea6b97f282ef1771b0fe2f65ef3";
sha256 = "0lhcll9pzcxbbm9sdsijvcvdqc4lrsgbyw0q1xly0pnz556v6pyc";
};
}
{
goPackagePath = "github.com/syncthing/syncthing";
fetch = {
type = "git";
url = "https://github.com/syncthing/syncthing";
rev = "fb6d453c74d8420af847460e42e05779e90311b6";
sha256 = "18fya44i80ij5wqpwg0bff2hp058rh87b9zld2rpw0z8r04bnsv0";
rev = "d0061c172caecd3baf61f3ff720f56fdb805186e";
sha256 = "08cn0ym4arjppbnfn2b37crarwmiqbj4yjr7kinhdxx9gqm5wkj1";
};
}
{
goPackagePath = "github.com/zillode/notify";
goPackagePath = "golang.org/x/sys";
fetch = {
type = "git";
url = "https://github.com/zillode/notify";
rev = "df33c1a773b462f936a149c36696c018c047eaa9";
sha256 = "0ncfqnj5kvbyw630xsxqkxy3y6jv5hp89fqi9mzra3lr4zckiv3s";
url = "https://go.googlesource.com/sys";
rev = "fb4cac33e3196ff7f507ab9b2d2a44b0142f5b5a";
sha256 = "1y5lx3f7rawfxrqg0s2ndgbjjjaml3rn3f27h9w9c5mw3xk7lrgj";
};
}
]
4 changes: 2 additions & 2 deletions pkgs/applications/networking/syncthing/inotify.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

buildGoPackage rec {
name = "syncthing-inotify-${version}";
version = "0.8.5";
version = "0.8.6";

goPackagePath = "github.com/syncthing/syncthing-inotify";

src = fetchFromGitHub {
owner = "syncthing";
repo = "syncthing-inotify";
rev = "v${version}";
sha256 = "13qfppwlqrx3fs44ghnffdp9x0hs7mn1gal2316p7jb0klkcpfzh";
sha256 = "0z1zpb7av4q5nj2d4yda9jcbjdz4yj3823c29y73yf0gfp26lppl";
};

goDeps = ./inotify-deps.nix;
Expand Down

0 comments on commit 63b8d65

Please sign in to comment.