From 0972ea658f8db31727ac5db21a493091f1b8c53a Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Sat, 24 Apr 2021 11:36:23 +0200 Subject: [PATCH] Update dependencies --- flake.lock | 12 ++++++------ modules/accentor.nix | 4 ++-- modules/accentor/Gemfile | 2 +- modules/accentor/Gemfile.lock | 6 +++--- modules/accentor/gemset.nix | 8 ++++---- modules/accentor/yarn.nix | 16 ++++++++-------- 6 files changed, 24 insertions(+), 24 deletions(-) diff --git a/flake.lock b/flake.lock index c1dbe335..fe2aae6a 100644 --- a/flake.lock +++ b/flake.lock @@ -38,11 +38,11 @@ ] }, "locked": { - "lastModified": 1619162713, - "narHash": "sha256-JeTL/D/fW7ja2UbvmR9wqXaHlbM5UmooNEnRxo++qKo=", + "lastModified": 1619201966, + "narHash": "sha256-+quoWcK3cXTlzU5B5NQTLreuPVhG0obVEX4hlLktOKU=", "owner": "nix-community", "repo": "home-manager", - "rev": "e00dd0d7d2565a9d79c3826b088bef039624382e", + "rev": "839645caf35b7004d3422fbdba6db1d762a410d0", "type": "github" }, "original": { @@ -53,11 +53,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1619148368, - "narHash": "sha256-JC0Hk+In4p94GXKmMTPM6Vtqatpq79qdag9ztp0W+1M=", + "lastModified": 1619235917, + "narHash": "sha256-f2eyIeSIAQkUe2SXY3CVmDeocDk/2fwLqQt0wsm9Tz4=", "owner": "nixos", "repo": "nixpkgs", - "rev": "cc9e099e6310a380850324a038d9f4f3185b89a9", + "rev": "e4e75149fd5564a633a56af4a6c21a9d2f68c7ba", "type": "github" }, "original": { diff --git a/modules/accentor.nix b/modules/accentor.nix index 9405af54..eff67043 100644 --- a/modules/accentor.nix +++ b/modules/accentor.nix @@ -7,7 +7,7 @@ let owner = "accentor"; repo = "web"; rev = "develop"; - sha256 = "1w5lp4p52dk9al0v1am3i7xpk9dxlfjqx7s3laadvy4p0vc4im79"; + sha256 = "10dw27i5qiskiqfxyszvchag3ycxizkbjkwx7bb1nb7ahlwzbqs2"; }; yarnNix = ./accentor/yarn.nix; buildPhase = '' @@ -24,7 +24,7 @@ let owner = "accentor"; repo = "api"; rev = "develop"; - sha256 = "0l1vd22n89j2dg1vl2j1rr4ga1w1ssfkl2716zpkwby3i0389xxp"; + sha256 = "044yj8md2qikjvcp3pmfl42pbrl8y598fr45sd5whysahvqqsfhc"; }; gems = pkgs.bundlerEnv { name = "accentor-api-env"; diff --git a/modules/accentor/Gemfile b/modules/accentor/Gemfile index aeb1fb85..c0b737d4 100644 --- a/modules/accentor/Gemfile +++ b/modules/accentor/Gemfile @@ -38,7 +38,7 @@ gem 'bootsnap', '>= 1.4.6', require: false gem 'rack-cors', '~> 1.1' group :test do - gem 'codecov', '~> 0.5.1', require: false + gem 'codecov', '~> 0.5.2', require: false gem 'mocha', '~> 1.12.0', require: false gem 'simplecov', '~> 0.21', require: false end diff --git a/modules/accentor/Gemfile.lock b/modules/accentor/Gemfile.lock index 15afe0e9..f17fe232 100644 --- a/modules/accentor/Gemfile.lock +++ b/modules/accentor/Gemfile.lock @@ -70,13 +70,13 @@ GEM rake (>= 10.4, < 14.0) ast (2.4.2) bcrypt (3.1.16) - bootsnap (1.7.3) + bootsnap (1.7.4) msgpack (~> 1.0) builder (3.2.4) byebug (11.1.3) case_transform (0.2) activesupport - codecov (0.5.1) + codecov (0.5.2) simplecov (>= 0.15, < 0.22) concurrent-ruby (1.1.8) crass (1.0.6) @@ -232,7 +232,7 @@ DEPENDENCIES bcrypt (~> 3.1) bootsnap (>= 1.4.6) byebug - codecov (~> 0.5.1) + codecov (~> 0.5.2) delayed_cron_job (~> 0.7) delayed_job_active_record (~> 4.1) factory_bot_rails (~> 6.1) diff --git a/modules/accentor/gemset.nix b/modules/accentor/gemset.nix index d17aff59..616a7e06 100644 --- a/modules/accentor/gemset.nix +++ b/modules/accentor/gemset.nix @@ -168,10 +168,10 @@ platforms = [ ]; source = { remotes = [ "https://rubygems.org" ]; - sha256 = "0j09ins6z8drcjlj63wqa5ry0cqb7vsgjkl9f2jc59skp5v989px"; + sha256 = "0yadb3plgm91lpbrbi4g6ij1nbwnm5za3sxf5rwnzm20f416xrlw"; type = "gem"; }; - version = "1.7.3"; + version = "1.7.4"; }; builder = { groups = [ "default" "development" "test" ]; @@ -221,10 +221,10 @@ platforms = [ ]; source = { remotes = [ "https://rubygems.org" ]; - sha256 = "07q4rnnrifk1cg2qg2ci8qx54yw6zcx1990k8lqyasaym1raky9s"; + sha256 = "1svgz4469ph5jlnnwfrwrrfi8c05cnis4bib769pjjjy9ax4s3zh"; type = "gem"; }; - version = "0.5.1"; + version = "0.5.2"; }; concurrent-ruby = { groups = [ "default" "development" "test" ]; diff --git a/modules/accentor/yarn.nix b/modules/accentor/yarn.nix index c8e3461b..9bdb523d 100644 --- a/modules/accentor/yarn.nix +++ b/modules/accentor/yarn.nix @@ -7738,11 +7738,11 @@ }; } { - name = "sass___sass_1.32.8.tgz"; + name = "sass___sass_1.32.11.tgz"; path = fetchurl { - name = "sass___sass_1.32.8.tgz"; - url = "https://registry.yarnpkg.com/sass/-/sass-1.32.8.tgz"; - sha1 = "f16a9abd8dc530add8834e506878a2808c037bdc"; + name = "sass___sass_1.32.11.tgz"; + url = "https://registry.yarnpkg.com/sass/-/sass-1.32.11.tgz"; + sha1 = "b236b3ea55c76602c2ef2bd0445f0db581baa218"; }; } { @@ -9146,11 +9146,11 @@ }; } { - name = "vuetify___vuetify_2.4.9.tgz"; + name = "vuetify___vuetify_2.4.11.tgz"; path = fetchurl { - name = "vuetify___vuetify_2.4.9.tgz"; - url = "https://registry.yarnpkg.com/vuetify/-/vuetify-2.4.9.tgz"; - sha1 = "c4ccf4cf3dc81d426da78913c32d47ab33ede38f"; + name = "vuetify___vuetify_2.4.11.tgz"; + url = "https://registry.yarnpkg.com/vuetify/-/vuetify-2.4.11.tgz"; + sha1 = "3aba19a32cd89c5dce523260f589cf95d90e2dce"; }; } {