about summary refs log tree commit diff
path: root/pkgs/applications/networking/syncthing/inotify-deps.nix
blob: 7b0be65c8afaed5b47f33fdabf08e11cf92d4db1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[
  {
    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 = "7fba8cf759a3b48cfc1507a8c32355865500a571";
      sha256 = "1s8l528fqq661ks70cna5cx1bawpv7szcx88z33bs4gkaq2fbws5";
    };
  }
  {
    goPackagePath = "github.com/zillode/notify";
    fetch = {
      type = "git";
      url = "https://github.com/zillode/notify";
      rev = "df33c1a773b462f936a149c36696c018c047eaa9";
      sha256 = "0ncfqnj5kvbyw630xsxqkxy3y6jv5hp89fqi9mzra3lr4zckiv3s";
    };
  }
]