diff options
author | stuebinm | 2021-02-25 17:57:18 +0100 |
---|---|---|
committer | stuebinm | 2021-02-25 17:57:18 +0100 |
commit | fedeaa88fc6347103706f65d666f6612987d7cec (patch) | |
tree | 40e8ca54a230cb2d795f2429fcc8cc788ab9b1a4 /front | |
parent | 86799d84ff58fd43488dcdd5b75d5a07c12ed973 (diff) |
Update to Version v1.1.0 of workadventure
Diffstat (limited to '')
-rw-r--r-- | front/default.nix | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/front/default.nix b/front/default.nix index adfbab2..8d1f0b1 100644 --- a/front/default.nix +++ b/front/default.nix @@ -1,5 +1,5 @@ { stdenv -, fetchFromGitLab +, fetchFromGitHub , makeWrapper , workadventure , yarn2nix-moretea @@ -59,11 +59,11 @@ in # TODO: perhaps move this into its own file, to make it easily # replacable across all workadventure packages. - src = fetchFromGitLab { - owner = "fediventure"; + src = fetchFromGitHub { + owner = "thecodingmachine"; repo = "workadventure"; - rev = "1bcf0757fd5203132edd17fc806d81e7699111a7"; - sha256 = "0wwgfrcrpimpxjhk073yxlkcp1p0bn0glxd9wisyq5kv8s7jw1yz"; + rev = "v1.1.0"; + sha256 = "0q4mf16r785aa4f47npmmmhbg6spadnliyi1fk4s4pcjqajgf45f"; } + "/front"; # NOTE: this is optional and generated dynamically if omitted |