diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-12-19 01:39:00 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-12-19 01:39:00 +0100 |
commit | 6b53d1164c3b51999ffef9e11587285c1ac9c7c9 (patch) | |
tree | 6f72c2e74e0e259c2bf7bc593501815da1ce2d4f /fetched | |
parent | 29120e770a57d04219fe4087210fe959348200a1 (diff) | |
download | Nix-6b53d1164c3b51999ffef9e11587285c1ac9c7c9.tar.gz Nix-6b53d1164c3b51999ffef9e11587285c1ac9c7c9.tar.zst Nix-6b53d1164c3b51999ffef9e11587285c1ac9c7c9.zip |
multiple improvements
Add a generic fetch_git script.
New applications:
pal duplicity duply pdftk googler jrnl apg newsboat vcsh xmr-stak urlwatch pass
Diffstat (limited to 'fetched')
-rw-r--r-- | fetched/ldapvi.json | 14 | ||||
-rw-r--r-- | fetched/pass.json | 14 |
2 files changed, 28 insertions, 0 deletions
diff --git a/fetched/ldapvi.json b/fetched/ldapvi.json new file mode 100644 index 0000000..ceaff71 --- /dev/null +++ b/fetched/ldapvi.json | |||
@@ -0,0 +1,14 @@ | |||
1 | { | ||
2 | "tag": "f1d42ba-master", | ||
3 | "meta": { | ||
4 | "name": "ldapvi", | ||
5 | "url": "http://www.lichteblau.com/git/ldapvi.git", | ||
6 | "branch": "master" | ||
7 | }, | ||
8 | "git": { | ||
9 | "url": "http://www.lichteblau.com/git/ldapvi.git", | ||
10 | "rev": "f1d42bad66cc4623d1ff21fbd5dddbf5009d3e40", | ||
11 | "sha256": "0c2h4b1spp9z6a16gy9azf0wyxq397yy7001x1zlvc7c60q11wry", | ||
12 | "fetchSubmodules": true | ||
13 | } | ||
14 | } | ||
diff --git a/fetched/pass.json b/fetched/pass.json new file mode 100644 index 0000000..a4638c1 --- /dev/null +++ b/fetched/pass.json | |||
@@ -0,0 +1,14 @@ | |||
1 | { | ||
2 | "tag": "d29a389-master", | ||
3 | "meta": { | ||
4 | "name": "password-store", | ||
5 | "url": "https://git.zx2c4.com/password-store/", | ||
6 | "branch": "master" | ||
7 | }, | ||
8 | "git": { | ||
9 | "url": "https://git.zx2c4.com/password-store/", | ||
10 | "rev": "d29a389a40524c684595f51bb937f66958bc14ea", | ||
11 | "sha256": "17g43i0if9nggcq6005iyxxy9my8s15ihc2nzwjgqzhy3svh5xvn", | ||
12 | "fetchSubmodules": true | ||
13 | } | ||
14 | } | ||