Skip to content

Commit 63b8d65

Browse files
committedJun 18, 2017
syncthing-inotify: 0.8.5 -> 0.8.6
1 parent b4b6982 commit 63b8d65

File tree

2 files changed

+9
-18
lines changed

2 files changed

+9
-18
lines changed
 
+7-16
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,21 @@
1-
# This file was generated by go2nix.
1+
# This file was generated by https://github.com/kamilchm/go2nix v1.2.0
22
[
3-
{
4-
goPackagePath = "github.com/cenkalti/backoff";
5-
fetch = {
6-
type = "git";
7-
url = "https://github.com/cenkalti/backoff";
8-
rev = "b02f2bbce11d7ea6b97f282ef1771b0fe2f65ef3";
9-
sha256 = "0lhcll9pzcxbbm9sdsijvcvdqc4lrsgbyw0q1xly0pnz556v6pyc";
10-
};
11-
}
123
{
134
goPackagePath = "github.com/syncthing/syncthing";
145
fetch = {
156
type = "git";
167
url = "https://github.com/syncthing/syncthing";
17-
rev = "fb6d453c74d8420af847460e42e05779e90311b6";
18-
sha256 = "18fya44i80ij5wqpwg0bff2hp058rh87b9zld2rpw0z8r04bnsv0";
8+
rev = "d0061c172caecd3baf61f3ff720f56fdb805186e";
9+
sha256 = "08cn0ym4arjppbnfn2b37crarwmiqbj4yjr7kinhdxx9gqm5wkj1";
1910
};
2011
}
2112
{
22-
goPackagePath = "github.com/zillode/notify";
13+
goPackagePath = "golang.org/x/sys";
2314
fetch = {
2415
type = "git";
25-
url = "https://github.com/zillode/notify";
26-
rev = "df33c1a773b462f936a149c36696c018c047eaa9";
27-
sha256 = "0ncfqnj5kvbyw630xsxqkxy3y6jv5hp89fqi9mzra3lr4zckiv3s";
16+
url = "https://go.googlesource.com/sys";
17+
rev = "fb4cac33e3196ff7f507ab9b2d2a44b0142f5b5a";
18+
sha256 = "1y5lx3f7rawfxrqg0s2ndgbjjjaml3rn3f27h9w9c5mw3xk7lrgj";
2819
};
2920
}
3021
]

Diff for: ‎pkgs/applications/networking/syncthing/inotify.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
buildGoPackage rec {
44
name = "syncthing-inotify-${version}";
5-
version = "0.8.5";
5+
version = "0.8.6";
66

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

99
src = fetchFromGitHub {
1010
owner = "syncthing";
1111
repo = "syncthing-inotify";
1212
rev = "v${version}";
13-
sha256 = "13qfppwlqrx3fs44ghnffdp9x0hs7mn1gal2316p7jb0klkcpfzh";
13+
sha256 = "0z1zpb7av4q5nj2d4yda9jcbjdz4yj3823c29y73yf0gfp26lppl";
1414
};
1515

1616
goDeps = ./inotify-deps.nix;

0 commit comments

Comments
 (0)
Please sign in to comment.