diff options
author | stuebinm | 2021-03-01 23:05:18 +0100 |
---|---|---|
committer | stuebinm | 2021-03-01 23:05:18 +0100 |
commit | 1666f59a480ac355fa327ad208de3de9f51752ca (patch) | |
tree | 4efec72f91610ded35298eb93c4305422a97117d /wapkgs.nix | |
parent | ead8c570b6dfd00531bf7ada77e08bbd9955b731 (diff) |
version from github repo tabascoeye/workadventuretabascoeye
This version apparently has less issues with the graphics display, i.e.
it uses a slightly newer version of Phaser.
I put it in a seperate branch for now; in the long term, it may be better
to just provide several "flavours" of workadventure in the main branch.
Diffstat (limited to '')
-rw-r--r-- | wapkgs.nix | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,10 +2,10 @@ let workadventuresrc = pkgs.fetchFromGitHub { - owner = "thecodingmachine"; + owner = "tabascoeye"; repo = "workadventure"; - rev = "6e9c71598004dc9cbab9418efb3c0ac892da7ca2"; - sha256 = "0rvra0dy631al4aylacyqldkyd6biawz2shsikgcy30nv5lzc78c"; + rev = "1824ce3ad469693c0d7bd0dbbd0fc84246889fdd"; + sha256 = "1h5wx5v09hlx680pq1rpzadzc2cylmyx0szxmpsjvilnnv7vplhd"; }; in lib.fix (self: let |