discourse.plugins.discourse-calendar: Update

talyz d62ea870 73e8eb91

+6 -6
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-calendar/Gemfile.lock
··· 1 GEM 2 remote: https://rubygems.org/ 3 specs: 4 - activesupport (6.1.4) 5 concurrent-ruby (~> 1.0, >= 1.0.2) 6 i18n (>= 1.6, < 2) 7 minitest (>= 5.1) ··· 24 rrule (= 0.4.2) 25 26 BUNDLED WITH 27 - 2.2.20
··· 1 GEM 2 remote: https://rubygems.org/ 3 specs: 4 + activesupport (6.1.4.1) 5 concurrent-ruby (~> 1.0, >= 1.0.2) 6 i18n (>= 1.6, < 2) 7 minitest (>= 5.1) ··· 24 rrule (= 0.4.2) 25 26 BUNDLED WITH 27 + 2.2.24
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-calendar/default.nix
··· 6 src = fetchFromGitHub { 7 owner = "discourse"; 8 repo = "discourse-calendar"; 9 - rev = "519cf403ae3003291de20145aca243e2ffbcb4a2"; 10 - sha256 = "0398cf7k03i7j7v5w1mysjzk2npbkvr7icj5sjwa8i8xzg34gck4"; 11 }; 12 meta = with lib; { 13 homepage = "https://github.com/discourse/discourse-calendar";
··· 6 src = fetchFromGitHub { 7 owner = "discourse"; 8 repo = "discourse-calendar"; 9 + rev = "2f76cdd3064735d484be1df77f43100aca21aea6"; 10 + sha256 = "1skpc8p5br1jkii1rksha1q95ias6xxyvi5bnli3q41w7fz1h5j2"; 11 }; 12 meta = with lib; { 13 homepage = "https://github.com/discourse/discourse-calendar";
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-calendar/gemset.nix
··· 5 platforms = []; 6 source = { 7 remotes = ["https://rubygems.org"]; 8 - sha256 = "0kqgywy4cj3h5142dh7pl0xx5nybp25jn0ykk0znziivzks68xdk"; 9 type = "gem"; 10 }; 11 - version = "6.1.4"; 12 }; 13 concurrent-ruby = { 14 groups = ["default"];
··· 5 platforms = []; 6 source = { 7 remotes = ["https://rubygems.org"]; 8 + sha256 = "19gx1jcq46x9d1pi1w8xq0bgvvfw239y4lalr8asm291gj3q3ds4"; 9 type = "gem"; 10 }; 11 + version = "6.1.4.1"; 12 }; 13 concurrent-ruby = { 14 groups = ["default"];