From cea6e1ce0b6ffab61fe304dceb049dce268c9b65 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Tue, 18 May 2021 15:30:22 +0200 Subject: unbreak tcm version the derivations build successfully again (except for the universially-broken maps package), but were not yet proven to work with the nixos module, since a configuration variable for the frontend package was changed in this update. --- back/tcm.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'back/tcm.nix') diff --git a/back/tcm.nix b/back/tcm.nix index 69849c5..73abf51 100644 --- a/back/tcm.nix +++ b/back/tcm.nix @@ -1994,11 +1994,11 @@ }; } { - name = "lodash___lodash_4.17.20.tgz"; + name = "lodash___lodash_4.17.21.tgz"; path = fetchurl { - name = "lodash___lodash_4.17.20.tgz"; - url = "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz"; - sha1 = "b44a9b6297bcb698f1c51a3545a2b3b368d59c52"; + name = "lodash___lodash_4.17.21.tgz"; + url = "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz"; + sha1 = "679591c564c3bffaae8454cf0b3df370c3d6911c"; }; } { -- cgit v1.2.3