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 /front/yarn.nix | |
parent | fedeaa88fc6347103706f65d666f6612987d7cec (diff) |
Bump to current master version of tcm workadventure
Builds fine, let's see if anything else works!
Diffstat (limited to 'front/yarn.nix')
-rw-r--r-- | front/yarn.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/front/yarn.nix b/front/yarn.nix index f094242..efaf5fb 100644 --- a/front/yarn.nix +++ b/front/yarn.nix @@ -4090,11 +4090,11 @@ }; } { - name = "phaser___phaser_3.51.0.tgz"; + name = "phaser___phaser_3.24.1.tgz"; path = fetchurl { - name = "phaser___phaser_3.51.0.tgz"; - url = "https://registry.yarnpkg.com/phaser/-/phaser-3.51.0.tgz"; - sha1 = "b0c7ee2b21e795830d74f476dd30816a42b023bd"; + name = "phaser___phaser_3.24.1.tgz"; + url = "https://registry.yarnpkg.com/phaser/-/phaser-3.24.1.tgz"; + sha1 = "376e0c965d2a35af37c06ee78627dafbde5be017"; }; } { |