aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-12-31 15:38:55 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-12-31 15:52:05 +0100
commit7590e6bd7ec2153ad70f1e238388cfac50942fa4 (patch)
tree7e6fd86142c77f845713f368b43623db823928f0
parent94818b7506f7284e2115863364b571daf0b5f5fc (diff)
downloadNix-7590e6bd7ec2153ad70f1e238388cfac50942fa4.tar.gz
Nix-7590e6bd7ec2153ad70f1e238388cfac50942fa4.tar.zst
Nix-7590e6bd7ec2153ad70f1e238388cfac50942fa4.zip
Add stgit progam
-rw-r--r--default.nix1
-rw-r--r--fetched/stgit.json15
2 files changed, 16 insertions, 0 deletions
diff --git a/default.nix b/default.nix
index 7580431..a76cf7a 100644
--- a/default.nix
+++ b/default.nix
@@ -301,6 +301,7 @@ in
301 inherit bogofilter; 301 inherit bogofilter;
302 inherit mtr; 302 inherit mtr;
303 inherit nixops; 303 inherit nixops;
304 stgit = gitAndTools.stgit;
304 #inherit mastodon; 305 #inherit mastodon;
305 # todo: lx* ?, unrar, unzip, zeromq? 306 # todo: lx* ?, unrar, unzip, zeromq?
306 #inherit nextcloud-client; 307 #inherit nextcloud-client;
diff --git a/fetched/stgit.json b/fetched/stgit.json
new file mode 100644
index 0000000..4b9575e
--- /dev/null
+++ b/fetched/stgit.json
@@ -0,0 +1,15 @@
1{
2 "tag": "v0.19",
3 "meta": {
4 "name": "stgit",
5 "url": "https://github.com/ctmarinas/stgit",
6 "branch": "refs/tags/v0.19"
7 },
8 "github": {
9 "owner": "ctmarinas",
10 "repo": "stgit",
11 "rev": "ac22e13b123f5aff693926c995bb29cf7c114c2b",
12 "sha256": "1dzl6cnyzwbzysp82x7w1yc03g25kwan3h0zpnzhhfhg6c904sis",
13 "fetchSubmodules": true
14 }
15}