diff options
author | stuebinm | 2021-04-09 02:05:27 +0200 |
---|---|---|
committer | stuebinm | 2021-04-09 02:05:27 +0200 |
commit | 6e1bfd440fc2dcf115a543d45e293b2c1ef6c929 (patch) | |
tree | 3e90a94f27409b527c3aa161ae2cf155d084484e /messages/yarn.nix | |
parent | 787a3198d3dcc71c2900fc3847af1a0c1144ccda (diff) |
package update roundup, remove fediventure version
updates:
- workadventure-xce to the latest commit
- workadventure-tcm to the latest commit
this removes the fediventure-version, as it appears to be no longer
updated, and since the workadventure-xce version now also includes the
relevant patches for the current federation features.
Diffstat (limited to '')
-rw-r--r-- | messages/yarn.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/messages/yarn.nix b/messages/yarn.nix index c4a1b62..388904c 100644 --- a/messages/yarn.nix +++ b/messages/yarn.nix @@ -4634,11 +4634,11 @@ }; } { - name = "y18n___y18n_3.2.1.tgz"; + name = "y18n___y18n_3.2.2.tgz"; path = fetchurl { - name = "y18n___y18n_3.2.1.tgz"; - url = "https://registry.yarnpkg.com/y18n/-/y18n-3.2.1.tgz"; - sha1 = "6d15fba884c08679c0d77e88e7759e811e07fa41"; + name = "y18n___y18n_3.2.2.tgz"; + url = "https://registry.yarnpkg.com/y18n/-/y18n-3.2.2.tgz"; + sha1 = "85c901bd6470ce71fc4bb723ad209b70f7f28696"; }; } { |