From 1666f59a480ac355fa327ad208de3de9f51752ca Mon Sep 17 00:00:00 2001 From: stuebinm Date: Mon, 1 Mar 2021 23:05:18 +0100 Subject: version from github repo tabascoeye/workadventure 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. --- wapkgs.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'wapkgs.nix') diff --git a/wapkgs.nix b/wapkgs.nix index 5e84fb3..1131b98 100644 --- a/wapkgs.nix +++ b/wapkgs.nix @@ -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 -- cgit v1.2.3