aboutsummaryrefslogtreecommitdiff
path: root/nix/sources.json
diff options
context:
space:
mode:
authorstuebinm2021-05-14 21:21:33 +0200
committerstuebinm2021-05-14 21:21:33 +0200
commit6122eb04910dd6c34585dcbff72679a93b5aeaf5 (patch)
tree579968352d12c6aa8d17dc716994a2c81f9f3e59 /nix/sources.json
parentcbe9196fba75be98569d7504e7c1d091bcbf053e (diff)
update roundup, manage sources via niv
This updates all packages, as far as possible. The tcm derivations appear to be all broken for now, as are the maps packages of both xce versions (which should not be a problem in deployments which don't use them, as these should not be evaluated at all).
Diffstat (limited to 'nix/sources.json')
-rw-r--r--nix/sources.json38
1 files changed, 38 insertions, 0 deletions
diff --git a/nix/sources.json b/nix/sources.json
new file mode 100644
index 0000000..9047de2
--- /dev/null
+++ b/nix/sources.json
@@ -0,0 +1,38 @@
+{
+ "tcm": {
+ "branch": "develop",
+ "description": "A collaborative web application (virtual office) presented as a 16-bit RPG video game",
+ "homepage": "https://workadventu.re",
+ "owner": "thecodingmachine",
+ "repo": "workadventure",
+ "rev": "8aeaf292b37fdb7b8b900053ef4ca1f61dbd3d3a",
+ "sha256": "1j5ym84qgqnwmg40bflplddl9pn29jcnjplbnh83l72r7z045ii5",
+ "type": "tarball",
+ "url": "https://github.com/thecodingmachine/workadventure/archive/8aeaf292b37fdb7b8b900053ef4ca1f61dbd3d3a.tar.gz",
+ "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
+ },
+ "xce": {
+ "branch": "xce",
+ "description": "Experimental community edition of Workadventure. We regularly rebase pull-requests onto TCM's develop branch until they are merged.",
+ "homepage": "",
+ "owner": "workadventure-xce",
+ "repo": "workadventure-xce",
+ "rev": "7bf9a644bd605c89eb81457c82614dcfc0413205",
+ "sha256": "0s4lnz4xc70hf12ggwaknz9qg7mgnmk42apyh4ms29k01j3a2ipc",
+ "type": "tarball",
+ "url": "https://github.com/workadventure-xce/workadventure/archive/7bf9a644bd605c89eb81457c82614dcfc0413205.tar.gz",
+ "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
+ },
+ "xce-unfederated": {
+ "branch": "xce-unfederated",
+ "description": "Experimental community edition of Workadventure. We regularly rebase pull-requests onto TCM's develop branch until they are merged.",
+ "homepage": "",
+ "owner": "workadventure-xce",
+ "repo": "workadventure-xce",
+ "rev": "8460bbaff59c5148b41149ba49bd9a1214e0bfee",
+ "sha256": "0j6m8fl30d0bg5ki16cnwg97hkijs5042xb4jdp0lp7n8b10jmw4",
+ "type": "tarball",
+ "url": "https://github.com/workadventure-xce/workadventure-xce/archive/8460bbaff59c5148b41149ba49bd9a1214e0bfee.tar.gz",
+ "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
+ }
+}