discourse: update plugins

+158 -84
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-assign/default.nix
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-assign"; 8 - rev = "0cbf10b8055370445bd36536e51986bf48bdc57e"; 9 - sha256 = "sha256-7rJ2zQo1nCHwtVuLJUmdj66Ky2bi4Cpo+22H3DbO1uo="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-docs";
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-assign"; 8 + rev = "b796ae3fcc89b48cf777de5ee3a4c21aada9271e"; 9 + sha256 = "sha256-PnSD2ZuUVjH8TifHuzbkpmpfGSN/q4VWyJtkOPND44o="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-docs";
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-bbcode-color/default.nix
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-bbcode-color"; 8 - rev = "35aab2e9b92f8b01633d374ea999e7fd59d020d7"; 9 - sha256 = "sha256-DHckx921EeQysm1UPloCrt43BJetTnZKnTbJGk15NMs="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-bbcode-color";
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-bbcode-color"; 8 + rev = "3336efe231e6c02e1dbe11ada71296af258cff58"; 9 + sha256 = "sha256-C2PPF8kJm0agcYcRSUUBmmxZJliPatPM1vRtjufEd4M="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-bbcode-color";
+15 -5
pkgs/servers/web-apps/discourse/plugins/discourse-calendar/Gemfile.lock
··· 1 GEM 2 remote: https://rubygems.org/ 3 specs: 4 - activesupport (7.0.8) 5 concurrent-ruby (~> 1.0, >= 1.0.2) 6 i18n (>= 1.6, < 2) 7 minitest (>= 5.1) 8 tzinfo (~> 2.0) 9 - concurrent-ruby (1.2.2) 10 - i18n (1.14.1) 11 concurrent-ruby (~> 1.0) 12 - minitest (5.20.0) 13 rrule (0.4.4) 14 activesupport (>= 2.3) 15 tzinfo (2.0.6) ··· 22 rrule (= 0.4.4) 23 24 BUNDLED WITH 25 - 2.4.13
··· 1 GEM 2 remote: https://rubygems.org/ 3 specs: 4 + activesupport (7.1.3.3) 5 + base64 6 + bigdecimal 7 concurrent-ruby (~> 1.0, >= 1.0.2) 8 + connection_pool (>= 2.2.5) 9 + drb 10 i18n (>= 1.6, < 2) 11 minitest (>= 5.1) 12 + mutex_m 13 tzinfo (~> 2.0) 14 + base64 (0.2.0) 15 + bigdecimal (3.1.8) 16 + concurrent-ruby (1.2.3) 17 + connection_pool (2.4.1) 18 + drb (2.2.1) 19 + i18n (1.14.5) 20 concurrent-ruby (~> 1.0) 21 + minitest (5.23.1) 22 + mutex_m (0.2.0) 23 rrule (0.4.4) 24 activesupport (>= 2.3) 25 tzinfo (2.0.6) ··· 32 rrule (= 0.4.4) 33 34 BUNDLED WITH 35 + 2.5.9
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-calendar/default.nix
··· 6 src = fetchFromGitHub { 7 owner = "discourse"; 8 repo = "discourse-calendar"; 9 - rev = "afc2ee684de41601d6cecc46713d139760f176a6"; 10 - sha256 = "sha256-rTQWO+E/Jg4zjZDYDvBrDQsox5q4dHkdQjwnJxgv3dI="; 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 = "455eeed541a9b5cacf627349e543028427178a44"; 10 + sha256 = "sha256-RXjMpeqCvAvwNsHpc3Fyms4pRXXqvarU8hWo3o1VgXY="; 11 }; 12 meta = with lib; { 13 homepage = "https://github.com/discourse/discourse-calendar";
+59 -9
pkgs/servers/web-apps/discourse/plugins/discourse-calendar/gemset.nix
··· 1 { 2 activesupport = { 3 - dependencies = ["concurrent-ruby" "i18n" "minitest" "tzinfo"]; 4 groups = ["default"]; 5 platforms = []; 6 source = { 7 remotes = ["https://rubygems.org"]; 8 - sha256 = "188kbwkn1lbhz40ala8ykp20jzqphgc68g3d8flin8cqa2xid0s5"; 9 type = "gem"; 10 }; 11 - version = "7.0.8"; 12 }; 13 concurrent-ruby = { 14 groups = ["default"]; 15 platforms = []; 16 source = { 17 remotes = ["https://rubygems.org"]; 18 - sha256 = "0krcwb6mn0iklajwngwsg850nk8k9b35dhmc2qkbdqvmifdi2y9q"; 19 type = "gem"; 20 }; 21 - version = "1.2.2"; 22 }; 23 i18n = { 24 dependencies = ["concurrent-ruby"]; ··· 26 platforms = []; 27 source = { 28 remotes = ["https://rubygems.org"]; 29 - sha256 = "0qaamqsh5f3szhcakkak8ikxlzxqnv49n2p7504hcz2l0f4nj0wx"; 30 type = "gem"; 31 }; 32 - version = "1.14.1"; 33 }; 34 minitest = { 35 groups = ["default"]; 36 platforms = []; 37 source = { 38 remotes = ["https://rubygems.org"]; 39 - sha256 = "0bkmfi9mb49m0fkdhl2g38i3xxa02d411gg0m8x0gvbwfmmg5ym3"; 40 type = "gem"; 41 }; 42 - version = "5.20.0"; 43 }; 44 rrule = { 45 dependencies = ["activesupport"];
··· 1 { 2 activesupport = { 3 + dependencies = ["base64" "bigdecimal" "concurrent-ruby" "connection_pool" "drb" "i18n" "minitest" "mutex_m" "tzinfo"]; 4 + groups = ["default"]; 5 + platforms = []; 6 + source = { 7 + remotes = ["https://rubygems.org"]; 8 + sha256 = "0z8kygxmz99krz9pwp947znkzf0jr64sml28df0vf1gzxlg7y57i"; 9 + type = "gem"; 10 + }; 11 + version = "7.1.3.3"; 12 + }; 13 + base64 = { 14 groups = ["default"]; 15 platforms = []; 16 source = { 17 remotes = ["https://rubygems.org"]; 18 + sha256 = "01qml0yilb9basf7is2614skjp8384h2pycfx86cr8023arfj98g"; 19 type = "gem"; 20 }; 21 + version = "0.2.0"; 22 + }; 23 + bigdecimal = { 24 + groups = ["default"]; 25 + platforms = []; 26 + source = { 27 + remotes = ["https://rubygems.org"]; 28 + sha256 = "1gi7zqgmqwi5lizggs1jhc3zlwaqayy9rx2ah80sxy24bbnng558"; 29 + type = "gem"; 30 + }; 31 + version = "3.1.8"; 32 }; 33 concurrent-ruby = { 34 groups = ["default"]; 35 platforms = []; 36 source = { 37 remotes = ["https://rubygems.org"]; 38 + sha256 = "1qh1b14jwbbj242klkyz5fc7npd4j0mvndz62gajhvl1l3wd7zc2"; 39 type = "gem"; 40 }; 41 + version = "1.2.3"; 42 + }; 43 + connection_pool = { 44 + groups = ["default"]; 45 + platforms = []; 46 + source = { 47 + remotes = ["https://rubygems.org"]; 48 + sha256 = "1x32mcpm2cl5492kd6lbjbaf17qsssmpx9kdyr7z1wcif2cwyh0g"; 49 + type = "gem"; 50 + }; 51 + version = "2.4.1"; 52 + }; 53 + drb = { 54 + groups = ["default"]; 55 + platforms = []; 56 + source = { 57 + remotes = ["https://rubygems.org"]; 58 + sha256 = "0h5kbj9hvg5hb3c7l425zpds0vb42phvln2knab8nmazg2zp5m79"; 59 + type = "gem"; 60 + }; 61 + version = "2.2.1"; 62 }; 63 i18n = { 64 dependencies = ["concurrent-ruby"]; ··· 66 platforms = []; 67 source = { 68 remotes = ["https://rubygems.org"]; 69 + sha256 = "1ffix518y7976qih9k1lgnc17i3v6yrlh0a3mckpxdb4wc2vrp16"; 70 type = "gem"; 71 }; 72 + version = "1.14.5"; 73 }; 74 minitest = { 75 groups = ["default"]; 76 platforms = []; 77 source = { 78 remotes = ["https://rubygems.org"]; 79 + sha256 = "1gkslxvkhh44s21rbjvka3zsvfxxrf5pcl6f75rv2vyrzzbgis7i"; 80 + type = "gem"; 81 + }; 82 + version = "5.23.1"; 83 + }; 84 + mutex_m = { 85 + groups = ["default"]; 86 + platforms = []; 87 + source = { 88 + remotes = ["https://rubygems.org"]; 89 + sha256 = "1ma093ayps1m92q845hmpk0dmadicvifkbf05rpq9pifhin0rvxn"; 90 type = "gem"; 91 }; 92 + version = "0.2.0"; 93 }; 94 rrule = { 95 dependencies = ["activesupport"];
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-chat-integration/default.nix
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-chat-integration"; 8 - rev = "70fea6b66b68868aa4c00b45a169436deaa142a8"; 9 - sha256 = "sha256-K9MmP1F0B6Na2dTqgnsjMbTQFkF+nNKkI8aF3zPAodc="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-chat-integration";
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-chat-integration"; 8 + rev = "2e17b03e9a435de0079ae1c2eed1b48a11ad16a9"; 9 + sha256 = "sha256-FOIQrpVFHak2PB8eNFv/oJwYiESJcHBqeC+MZMXnexo="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-chat-integration";
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-checklist/default.nix
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-checklist"; 8 - rev = "d94e58c3060ee7ca0fe76339215ed9456d5f4ea4"; 9 - sha256 = "sha256-zTMkU8NRqxLQ3/ghYTmEhRqbCgdYsYaImHdGu7WwuFk="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-checklist";
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-checklist"; 8 + rev = "6fcf9fed5c3ae3baf9ddd1cca9cef4dc089996c1"; 9 + sha256 = "sha256-RIuoqZo7dW1DXbfbWhyyhCOGe4R5sLerzFW2TT0zO6U="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-checklist";
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-data-explorer/default.nix
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-data-explorer"; 8 - rev = "e4f8d3924a18b303c2bb7da9472cf0c060060e4e"; 9 - sha256 = "sha256-K+GPszO3je6NmnhIRSqSEhylUK5oEByaS0bLfAGjvB4="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-data-explorer";
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-data-explorer"; 8 + rev = "ebe71a7a138c856d88737eb11b5096a42d4fbaf3"; 9 + sha256 = "sha256-3CdA4liSrPhucOGevEbKuIYETlXpAn9qtsG0+Tr67EQ="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-data-explorer";
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-docs/default.nix
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-docs"; 8 - rev = "a4b203274b88c5277d0b5b936de0bc0e0016726c"; 9 - sha256 = "sha256-R+VP/gsb2Oa6lPVMhRoGZzOBx5C7kRSxqwYpWE10GHw="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-docs";
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-docs"; 8 + rev = "94c7b7da216c66d773f800a714493f087affaac9"; 9 + sha256 = "sha256-4ZPv42fw5YdJ3+QUGOh5CJMWkXoUVs4bTVd9zuFekQM="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-docs";
+10 -8
pkgs/servers/web-apps/discourse/plugins/discourse-github/Gemfile.lock
··· 1 GEM 2 remote: https://rubygems.org/ 3 specs: 4 - addressable (2.8.5) 5 public_suffix (>= 2.0.2, < 6.0) 6 - faraday (2.7.10) 7 - faraday-net_http (>= 2.0, < 3.1) 8 - ruby2_keywords (>= 0.0.4) 9 - faraday-net_http (3.0.2) 10 octokit (5.6.1) 11 faraday (>= 1, < 3) 12 sawyer (~> 0.9) 13 - public_suffix (5.0.3) 14 - ruby2_keywords (0.0.5) 15 sawyer (0.9.2) 16 addressable (>= 2.3.5) 17 faraday (>= 0.17.3, < 3) 18 19 PLATFORMS 20 ruby ··· 24 sawyer (= 0.9.2) 25 26 BUNDLED WITH 27 - 2.4.13
··· 1 GEM 2 remote: https://rubygems.org/ 3 specs: 4 + addressable (2.8.6) 5 public_suffix (>= 2.0.2, < 6.0) 6 + faraday (2.9.0) 7 + faraday-net_http (>= 2.0, < 3.2) 8 + faraday-net_http (3.1.0) 9 + net-http 10 + net-http (0.4.1) 11 + uri 12 octokit (5.6.1) 13 faraday (>= 1, < 3) 14 sawyer (~> 0.9) 15 + public_suffix (5.0.5) 16 sawyer (0.9.2) 17 addressable (>= 2.3.5) 18 faraday (>= 0.17.3, < 3) 19 + uri (0.13.0) 20 21 PLATFORMS 22 ruby ··· 26 sawyer (= 0.9.2) 27 28 BUNDLED WITH 29 + 2.5.9
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-github/default.nix
··· 6 src = fetchFromGitHub { 7 owner = "discourse"; 8 repo = "discourse-github"; 9 - rev = "8aa068d56ef010cecaabd50657e7753f4bbecc1f"; 10 - sha256 = "sha256-WzljuGvv6pki3ROkvhXZWQaq5D9JkCbWjdlkdRI8lHE="; 11 }; 12 meta = with lib; { 13 homepage = "https://github.com/discourse/discourse-github";
··· 6 src = fetchFromGitHub { 7 owner = "discourse"; 8 repo = "discourse-github"; 9 + rev = "53e22ccbd32dd868435f66efa2d48e0389673dea"; 10 + sha256 = "sha256-QaKmnftCxkgGUP5U9wNYm483D+GdpcU8F96CLl8woo8="; 11 }; 12 meta = with lib; { 13 homepage = "https://github.com/discourse/discourse-github";
+28 -16
pkgs/servers/web-apps/discourse/plugins/discourse-github/gemset.nix
··· 5 platforms = []; 6 source = { 7 remotes = ["https://rubygems.org"]; 8 - sha256 = "05r1fwy487klqkya7vzia8hnklcxy4vr92m9dmni3prfwk6zpw33"; 9 type = "gem"; 10 }; 11 - version = "2.8.5"; 12 }; 13 faraday = { 14 - dependencies = ["faraday-net_http" "ruby2_keywords"]; 15 groups = ["default"]; 16 platforms = []; 17 source = { 18 remotes = ["https://rubygems.org"]; 19 - sha256 = "187clqhp9mv5mnqmjlfdp57svhsg1bggz84ak8v333j9skrnrgh9"; 20 type = "gem"; 21 }; 22 - version = "2.7.10"; 23 }; 24 faraday-net_http = { 25 groups = ["default"]; 26 platforms = []; 27 source = { 28 remotes = ["https://rubygems.org"]; 29 - sha256 = "13byv3mp1gsjyv8k0ih4612y6vw5kqva6i03wcg4w2fqpsd950k8"; 30 type = "gem"; 31 }; 32 - version = "3.0.2"; 33 }; 34 octokit = { 35 dependencies = ["faraday" "sawyer"]; ··· 47 platforms = []; 48 source = { 49 remotes = ["https://rubygems.org"]; 50 - sha256 = "0n9j7mczl15r3kwqrah09cxj8hxdfawiqxa60kga2bmxl9flfz9k"; 51 type = "gem"; 52 }; 53 - version = "5.0.3"; 54 }; 55 - ruby2_keywords = { 56 groups = ["default"]; 57 platforms = []; 58 source = { 59 remotes = ["https://rubygems.org"]; 60 - sha256 = "1vz322p8n39hz3b4a9gkmz9y7a5jaz41zrm2ywf31dvkqm03glgz"; 61 type = "gem"; 62 }; 63 - version = "0.0.5"; 64 }; 65 - sawyer = { 66 - dependencies = ["addressable" "faraday"]; 67 groups = ["default"]; 68 platforms = []; 69 source = { 70 remotes = ["https://rubygems.org"]; 71 - sha256 = "1jks1qjbmqm8f9kvwa81vqj39avaj9wdnzc531xm29a55bb74fps"; 72 type = "gem"; 73 }; 74 - version = "0.9.2"; 75 }; 76 }
··· 5 platforms = []; 6 source = { 7 remotes = ["https://rubygems.org"]; 8 + sha256 = "0irbdwkkjwzajq1ip6ba46q49sxnrl2cw7ddkdhsfhb6aprnm3vr"; 9 type = "gem"; 10 }; 11 + version = "2.8.6"; 12 }; 13 faraday = { 14 + dependencies = ["faraday-net_http"]; 15 groups = ["default"]; 16 platforms = []; 17 source = { 18 remotes = ["https://rubygems.org"]; 19 + sha256 = "1qqb1rmk0f9m82iijjlqadh5yby1bhnr6svjk9vxdvh6f181988s"; 20 type = "gem"; 21 }; 22 + version = "2.9.0"; 23 }; 24 faraday-net_http = { 25 + dependencies = ["net-http"]; 26 groups = ["default"]; 27 platforms = []; 28 source = { 29 remotes = ["https://rubygems.org"]; 30 + sha256 = "17w51yk4rrm9rpnbc3x509s619kba0jga3qrj4b17l30950vw9qn"; 31 type = "gem"; 32 }; 33 + version = "3.1.0"; 34 + }; 35 + net-http = { 36 + dependencies = ["uri"]; 37 + groups = ["default"]; 38 + platforms = []; 39 + source = { 40 + remotes = ["https://rubygems.org"]; 41 + sha256 = "10n2n9aq00ih8v881af88l1zyrqgs5cl3njdw8argjwbl5ggqvm9"; 42 + type = "gem"; 43 + }; 44 + version = "0.4.1"; 45 }; 46 octokit = { 47 dependencies = ["faraday" "sawyer"]; ··· 59 platforms = []; 60 source = { 61 remotes = ["https://rubygems.org"]; 62 + sha256 = "14y4vzjwf5gp0mqgs880kis0k7n2biq8i6ci6q2n315kichl1hvj"; 63 type = "gem"; 64 }; 65 + version = "5.0.5"; 66 }; 67 + sawyer = { 68 + dependencies = ["addressable" "faraday"]; 69 groups = ["default"]; 70 platforms = []; 71 source = { 72 remotes = ["https://rubygems.org"]; 73 + sha256 = "1jks1qjbmqm8f9kvwa81vqj39avaj9wdnzc531xm29a55bb74fps"; 74 type = "gem"; 75 }; 76 + version = "0.9.2"; 77 }; 78 + uri = { 79 groups = ["default"]; 80 platforms = []; 81 source = { 82 remotes = ["https://rubygems.org"]; 83 + sha256 = "094gk72ckazf495qc76gk09b5i318d5l9m7bicg2wxlrjcm3qm96"; 84 type = "gem"; 85 }; 86 + version = "0.13.0"; 87 }; 88 }
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-math/default.nix
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-math"; 8 - rev = "529ad1fe6da924da378a60bec48c35657bb01a68"; 9 - sha256 = "sha256-zhtAy0tTVMzQfPilTwfyyzxgCJD4xazOITBuliFR5Gg="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-math";
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-math"; 8 + rev = "2984713f68044544129b3575b9e2f9be31105293"; 9 + sha256 = "sha256-3jxSwjKGyKQy+ed6S2tQ27jseB9NygeiYvaldgV1XW4="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-math";
+1 -1
pkgs/servers/web-apps/discourse/plugins/discourse-migratepassword/Gemfile
··· 5 # gem "rails" 6 gem 'bcrypt', '3.1.13' 7 gem 'unix-crypt', '1.3.0' 8 - gem 'ffi', '1.15.5', require: false 9 gem 'ffi-compiler', '1.0.1', require: false 10 gem 'argon2', '2.2.0'
··· 5 # gem "rails" 6 gem 'bcrypt', '3.1.13' 7 gem 'unix-crypt', '1.3.0' 8 + gem 'ffi', '1.16.3', require: false 9 gem 'ffi-compiler', '1.0.1', require: false 10 gem 'argon2', '2.2.0'
+4 -4
pkgs/servers/web-apps/discourse/plugins/discourse-migratepassword/Gemfile.lock
··· 5 ffi (~> 1.15) 6 ffi-compiler (~> 1.0) 7 bcrypt (3.1.13) 8 - ffi (1.15.5) 9 ffi-compiler (1.0.1) 10 ffi (>= 1.0.0) 11 rake 12 - rake (13.0.6) 13 unix-crypt (1.3.0) 14 15 PLATFORMS ··· 18 DEPENDENCIES 19 argon2 (= 2.2.0) 20 bcrypt (= 3.1.13) 21 - ffi (= 1.15.5) 22 ffi-compiler (= 1.0.1) 23 unix-crypt (= 1.3.0) 24 25 BUNDLED WITH 26 - 2.4.13
··· 5 ffi (~> 1.15) 6 ffi-compiler (~> 1.0) 7 bcrypt (3.1.13) 8 + ffi (1.16.3) 9 ffi-compiler (1.0.1) 10 ffi (>= 1.0.0) 11 rake 12 + rake (13.2.1) 13 unix-crypt (1.3.0) 14 15 PLATFORMS ··· 18 DEPENDENCIES 19 argon2 (= 2.2.0) 20 bcrypt (= 3.1.13) 21 + ffi (= 1.16.3) 22 ffi-compiler (= 1.0.1) 23 unix-crypt (= 1.3.0) 24 25 BUNDLED WITH 26 + 2.5.9
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-migratepassword/default.nix
··· 6 src = fetchFromGitHub { 7 owner = "communiteq"; 8 repo = "discourse-migratepassword"; 9 - rev = "a95ae6bca4126172186fafcd2315f51a4504c23b"; 10 - sha256 = "sha256-lr2xHz+8q4XnHc/7KLX0Z2m0KMffLgGYk36zxGG9X5o="; 11 }; 12 meta = with lib; { 13 homepage = "https://github.com/communiteq/discourse-migratepassword";
··· 6 src = fetchFromGitHub { 7 owner = "communiteq"; 8 repo = "discourse-migratepassword"; 9 + rev = "32d5fca6de3e8daf3869696ce835fefca1f00bfa"; 10 + sha256 = "sha256-kNYkA6zuiuUZlPgvIvaO49P8bD+nNysEsow33xG1PnI="; 11 }; 12 meta = with lib; { 13 homepage = "https://github.com/communiteq/discourse-migratepassword";
+4 -4
pkgs/servers/web-apps/discourse/plugins/discourse-migratepassword/gemset.nix
··· 25 platforms = []; 26 source = { 27 remotes = ["https://rubygems.org"]; 28 - sha256 = "1862ydmclzy1a0cjbvm8dz7847d9rch495ib0zb64y84d3xd4bkg"; 29 type = "gem"; 30 }; 31 - version = "1.15.5"; 32 }; 33 ffi-compiler = { 34 dependencies = ["ffi" "rake"]; ··· 46 platforms = []; 47 source = { 48 remotes = ["https://rubygems.org"]; 49 - sha256 = "15whn7p9nrkxangbs9hh75q585yfn66lv0v2mhj6q6dl6x8bzr2w"; 50 type = "gem"; 51 }; 52 - version = "13.0.6"; 53 }; 54 unix-crypt = { 55 groups = ["default"];
··· 25 platforms = []; 26 source = { 27 remotes = ["https://rubygems.org"]; 28 + sha256 = "1yvii03hcgqj30maavddqamqy50h7y6xcn2wcyq72wn823zl4ckd"; 29 type = "gem"; 30 }; 31 + version = "1.16.3"; 32 }; 33 ffi-compiler = { 34 dependencies = ["ffi" "rake"]; ··· 46 platforms = []; 47 source = { 48 remotes = ["https://rubygems.org"]; 49 + sha256 = "17850wcwkgi30p7yqh60960ypn7yibacjjha0av78zaxwvd3ijs6"; 50 type = "gem"; 51 }; 52 + version = "13.2.1"; 53 }; 54 unix-crypt = { 55 groups = ["default"];
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-openid-connect/default.nix
··· 6 src = fetchFromGitHub { 7 owner = "discourse"; 8 repo = "discourse-openid-connect"; 9 - rev = "b1df541ad29f6f6098a1008b83393b2d400986ed"; 10 - sha256 = "sha256-afRd/9M0nQGkS14Q8BJhcJwMCkOku3Fr0uHxcRl44vQ="; 11 }; 12 meta = with lib; { 13 homepage = "https://github.com/discourse/discourse-openid-connect";
··· 6 src = fetchFromGitHub { 7 owner = "discourse"; 8 repo = "discourse-openid-connect"; 9 + rev = "f31a869611a2fad8efadd9b2504440215169a391"; 10 + sha256 = "sha256-cEgAjf7EPAVKsJOmm9lj9Jm0YNFjRswOJFFHU12Q5/Y="; 11 }; 12 meta = with lib; { 13 homepage = "https://github.com/discourse/discourse-openid-connect";
+1 -1
pkgs/servers/web-apps/discourse/plugins/discourse-prometheus/Gemfile.lock
··· 13 webrick (= 1.7.0) 14 15 BUNDLED WITH 16 - 2.4.13
··· 13 webrick (= 1.7.0) 14 15 BUNDLED WITH 16 + 2.5.9
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-prometheus/default.nix
··· 6 src = fetchFromGitHub { 7 owner = "discourse"; 8 repo = "discourse-prometheus"; 9 - rev = "8a7a46a80cc65aa0839bc5e3c3b6f8ef6544089f"; 10 - sha256 = "sha256-TL+pbP26LvRMKdy8CAuBEK+LZfAs8HfggMeUDaBu9hc="; 11 }; 12 13 patches = [
··· 6 src = fetchFromGitHub { 7 owner = "discourse"; 8 repo = "discourse-prometheus"; 9 + rev = "831dba15659055361966e0c42e6b517b3d7b133b"; 10 + sha256 = "sha256-b7Du8rENY/gBbkqZSu6b9KHbvklYMkIRl8IGd1W4dHk="; 11 }; 12 13 patches = [
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-reactions/default.nix
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-reactions"; 8 - rev = "643f807a3a2195f08211064301f0350d9f51604f"; 9 - sha256 = "sha256-4FdiYUNysSuOJ664G3YvlUHx/J7MLUS3kVBdXT47oEw="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-reactions";
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-reactions"; 8 + rev = "354695cf5fce2bf516c9be451fe4bb56e487b95a"; 9 + sha256 = "sha256-pTK7gcDgWAlRPrUnJikMOEd0N/DBrHE0hOP23t//MiE="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-reactions";
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-saved-searches/default.nix
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-saved-searches"; 8 - rev = "7c9bdcd68951e7cef16cafe3c4bfb583bb994d2a"; 9 - sha256 = "sha256-6RIN12ACDCeRcxmsC3FgeIPdvovI4arn7w/Dqil1yCI="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-saved-searches";
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-saved-searches"; 8 + rev = "063e35ec5a905aac3332be6821b15eec6909f022"; 9 + sha256 = "sha256-33aBhw00/tIF0Y0isYISctn3Bd+KntrRngj6sxW30EY="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-saved-searches";
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-solved/default.nix
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-solved"; 8 - rev = "b5d487d6a5bfe2571d936eec5911d02a5f3fcc32"; 9 - sha256 = "sha256-Tt7B9PcsV8E7B+m8GnJw+MBz9rGYtojKt6NjBFMQvOM="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-solved";
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-solved"; 8 + rev = "a18ce6d712fafed286bcc99543dd173110c6dfb8"; 9 + sha256 = "sha256-MUkQ/6ChMGqSNFZO2t8amecrYZbK1OyVq5lhPeB99ow="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-solved";
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-spoiler-alert/default.nix
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-spoiler-alert"; 8 - rev = "65989714af08eda44196cca3a0afe85c9e9443f9"; 9 - sha256 = "sha256-R/vqNEDst50+Y7anckIvhy4viBOqBemIZMh4sPt7kRM="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-spoiler-alert";
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-spoiler-alert"; 8 + rev = "42b77ec048b9b386a8b25a22bfec6472817da465"; 9 + sha256 = "sha256-BQeID+y9RvmcnuNsodOMXseVvre5QYxv+E/ul8bucUI="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-spoiler-alert";
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-voting/default.nix
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-voting"; 8 - rev = "6449fc15658d972e20086a3f1fae3dbac9cd9eeb"; 9 - sha256 = "sha256-f04LpVeodCVEB/t5Ic2dketp542Nrc0rZWbQ6hrC22g="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-voting";
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-voting"; 8 + rev = "ba41633e0abe0535fd358a0809e0b4e0c79be128"; 9 + sha256 = "sha256-Ni+g9mWftvYsknIoSFBRoq7IMIWPbj4mgGM+k8fjOuI="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-voting";
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-yearly-review/default.nix
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-yearly-review"; 8 - rev = "3246c6b378f9e69e664c575efc63c2ad83bcac2f"; 9 - sha256 = "sha256-usHHyfYP4YAQ94f7gvNSH7VBRRkdZMmsSi9QQM8tPfY="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-yearly-review";
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-yearly-review"; 8 + rev = "59b98bab5ee370da4774f60ea7b5122dddcbd83a"; 9 + sha256 = "sha256-OIptI6T5n021AsWO/eYK3ntL0JJG7+f4OmZwdxGcfFg="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-yearly-review";