diff options
author | Ben Sima <ben@bsima.me> | 2021-08-29 10:05:39 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-11-26 13:47:38 -0500 |
commit | 75097ce64d7547b1ec4b084e41c5889071ff0bec (patch) | |
tree | d286d37b2fd6c36712d1c805a9e635d85cd89a8a /Biz | |
parent | 46261f9faa896c9d6a6c375b9496ac34378c1082 (diff) |
Add hmacaroons
Diffstat (limited to 'Biz')
-rw-r--r-- | Biz/Bild/Deps/Haskell.nix | 1 | ||||
-rw-r--r-- | Biz/Bild/Sources.json | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/Biz/Bild/Deps/Haskell.nix b/Biz/Bild/Deps/Haskell.nix index 3077182..8dfcc82 100644 --- a/Biz/Bild/Deps/Haskell.nix +++ b/Biz/Bild/Deps/Haskell.nix @@ -25,6 +25,7 @@ with hpkgs; github hashids haskeline + hmacaroons http-types ixset katip diff --git a/Biz/Bild/Sources.json b/Biz/Bild/Sources.json index 452d81b..f513c5d 100644 --- a/Biz/Bild/Sources.json +++ b/Biz/Bild/Sources.json @@ -70,6 +70,18 @@ "type": "git", "version": "2021-06-14-unstable" }, + "hmacaroons": { + "branch": "master", + "description": "Pure haskell implementation of macaroons", + "homepage": "https://jtanguy.github.io/hmacaroons", + "owner": "jtanguy", + "repo": "hmacaroons", + "rev": "6fbca87836a4baef171c5ffc774387766c709fbf", + "sha256": "0qd1ifx1rzcv8rc74vb5xxgi544qxclx8ky3wjg0nbj22hpvvg6j", + "type": "tarball", + "url": "https://github.com/jtanguy/hmacaroons/archive/6fbca87836a4baef171c5ffc774387766c709fbf.tar.gz", + "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" + }, "inspekt3d": { "branch": "master", "sha256": "0lan6930g5a9z4ack9jj0zdd0mb2s6q2xzpiwcjdc3pvl9b1nbw4", |