diff options
author | stuebinm | 2021-02-25 18:08:52 +0100 |
---|---|---|
committer | stuebinm | 2021-02-25 18:08:52 +0100 |
commit | 7ec4c291d8ec93bc205af5c238dfe6a5176f4da4 (patch) | |
tree | 1fd53d2530e0a157e2cc157308843e5d8ed96308 /messages | |
parent | fedeaa88fc6347103706f65d666f6612987d7cec (diff) |
Bump to current master version of tcm workadventure
Builds fine, let's see if anything else works!
Diffstat (limited to '')
-rw-r--r-- | messages/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/messages/default.nix b/messages/default.nix index bf9a687..6deb9f7 100644 --- a/messages/default.nix +++ b/messages/default.nix @@ -38,8 +38,8 @@ yarn2nix-moretea.mkYarnPackage rec { src = fetchFromGitHub { owner = "thecodingmachine"; repo = "workadventure"; - rev = "v1.1.0"; - sha256 = "0q4mf16r785aa4f47npmmmhbg6spadnliyi1fk4s4pcjqajgf45f"; + rev = "6e9c71598004dc9cbab9418efb3c0ac892da7ca2"; + sha256 = "0rvra0dy631al4aylacyqldkyd6biawz2shsikgcy30nv5lzc78c"; } + "/messages"; # NOTE: this is optional and generated dynamically if omitted |