From 7590e6bd7ec2153ad70f1e238388cfac50942fa4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Isma=C3=ABl=20Bouya?= Date: Mon, 31 Dec 2018 15:38:55 +0100 Subject: [PATCH] Add stgit progam --- default.nix | 1 + fetched/stgit.json | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 fetched/stgit.json diff --git a/default.nix b/default.nix index 7580431..a76cf7a 100644 --- a/default.nix +++ b/default.nix @@ -301,6 +301,7 @@ in inherit bogofilter; inherit mtr; inherit nixops; + stgit = gitAndTools.stgit; #inherit mastodon; # todo: lx* ?, unrar, unzip, zeromq? #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 @@ +{ + "tag": "v0.19", + "meta": { + "name": "stgit", + "url": "https://github.com/ctmarinas/stgit", + "branch": "refs/tags/v0.19" + }, + "github": { + "owner": "ctmarinas", + "repo": "stgit", + "rev": "ac22e13b123f5aff693926c995bb29cf7c114c2b", + "sha256": "1dzl6cnyzwbzysp82x7w1yc03g25kwan3h0zpnzhhfhg6c904sis", + "fetchSubmodules": true + } +} -- 2.41.0