diff options
author | stuebinm | 2021-03-15 01:04:30 +0100 |
---|---|---|
committer | stuebinm | 2021-03-15 01:04:30 +0100 |
commit | 66452b5714f947859617b4262330a7e09b20c73c (patch) | |
tree | 6cc9779cf432b46e089e0ec0821aedf315577261 | |
parent | 712a1c7f787fd60a1d80a7d36348cef7140e21f1 (diff) |
update tabascoeye version
Diffstat (limited to '')
-rw-r--r-- | wapkgs.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -15,8 +15,8 @@ let tabascoeye = pkgs.fetchFromGitHub { owner = "tabascoeye"; repo = "workadventure"; - rev = "1824ce3ad469693c0d7bd0dbbd0fc84246889fdd"; - sha256 = "1h5wx5v09hlx680pq1rpzadzc2cylmyx0szxmpsjvilnnv7vplhd"; + rev = "e035f243776a795abcd7d0926309859f60c87c4c"; + sha256 = "0r725ci1xdavkqrcg58m1i8z718823424yq9xdsl5jymi8qvkvqc"; }; fediventure = pkgs.fetchFromGitLab { owner = "fediventure"; |