File tree 2 files changed +9
-18
lines changed
pkgs/applications/networking/syncthing
2 files changed +9
-18
lines changed Original file line number Diff line number Diff line change 1
- # This file was generated by go2nix.
1
+ # This file was generated by https://github.com/kamilchm/ go2nix v1.2.0
2
2
[
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
- }
12
3
{
13
4
goPackagePath = "github.com/syncthing/syncthing" ;
14
5
fetch = {
15
6
type = "git" ;
16
7
url = "https://github.com/syncthing/syncthing" ;
17
- rev = "fb6d453c74d8420af847460e42e05779e90311b6 " ;
18
- sha256 = "18fya44i80ij5wqpwg0bff2hp058rh87b9zld2rpw0z8r04bnsv0 " ;
8
+ rev = "d0061c172caecd3baf61f3ff720f56fdb805186e " ;
9
+ sha256 = "08cn0ym4arjppbnfn2b37crarwmiqbj4yjr7kinhdxx9gqm5wkj1 " ;
19
10
} ;
20
11
}
21
12
{
22
- goPackagePath = "github.com/zillode/notify " ;
13
+ goPackagePath = "golang.org/x/sys " ;
23
14
fetch = {
24
15
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 " ;
28
19
} ;
29
20
}
30
21
]
Original file line number Diff line number Diff line change 2
2
3
3
buildGoPackage rec {
4
4
name = "syncthing-inotify-${ version } " ;
5
- version = "0.8.5 " ;
5
+ version = "0.8.6 " ;
6
6
7
7
goPackagePath = "github.com/syncthing/syncthing-inotify" ;
8
8
9
9
src = fetchFromGitHub {
10
10
owner = "syncthing" ;
11
11
repo = "syncthing-inotify" ;
12
12
rev = "v${ version } " ;
13
- sha256 = "13qfppwlqrx3fs44ghnffdp9x0hs7mn1gal2316p7jb0klkcpfzh " ;
13
+ sha256 = "0z1zpb7av4q5nj2d4yda9jcbjdz4yj3823c29y73yf0gfp26lppl " ;
14
14
} ;
15
15
16
16
goDeps = ./inotify-deps.nix ;
You can’t perform that action at this time.
0 commit comments