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