From: Ismaƫl Bouya Date: Mon, 31 Dec 2018 14:38:55 +0000 (+0100) Subject: Add stgit progam X-Git-Tag: nur_publish~382 X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=commitdiff_plain;h=7590e6bd7ec2153ad70f1e238388cfac50942fa4;hp=94818b7506f7284e2115863364b571daf0b5f5fc Add stgit progam --- 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 + } +}