summary refs log tree commit diff
path: root/pkgs/tools/misc/ical2org/deps.nix
blob: b948fac3d116d9ffd1b95ce6da72a2855d98e2e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[
  {
    goPackagePath = "github.com/rjhorniii/ics-golang";
    fetch = {
      type = "git";
      url = "https://github.com/rjhorniii/ics-golang";
      rev = "da66d6f502fac65073773ea3779cae2959545cb2";
      sha256 = "1mm5rssvyjk29n1gq4l5xw26gm8bhvbzrs5c059i41zh9af121px";
    };
  }
]