tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
discourse.plugins.discourse-github: Update
talyz
4 years ago
97034cfa
d5830017
+6
-6
3 changed files
expand all
collapse all
unified
split
pkgs
servers
web-apps
discourse
plugins
discourse-github
Gemfile.lock
default.nix
gemset.nix
+2
-2
pkgs/servers/web-apps/discourse/plugins/discourse-github/Gemfile.lock
···
3
3
specs:
4
4
addressable (2.8.0)
5
5
public_suffix (>= 2.0.2, < 5.0)
6
6
-
faraday (1.7.0)
6
6
+
faraday (1.8.0)
7
7
faraday-em_http (~> 1.0)
8
8
faraday-em_synchrony (~> 1.0)
9
9
faraday-excon (~> 1.1)
···
40
40
sawyer (= 0.8.2)
41
41
42
42
BUNDLED WITH
43
43
-
2.2.20
43
43
+
2.2.24
+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 = "b6ad8e39a13e2ad5c6943ea697ca23f2c5f9fec1";
10
10
-
sha256 = "0vxwp4kbf44clcqilb8ni0ykk4jrgiv4rbd05pgfvndcp3izm2i6";
9
9
+
rev = "9aaf4350968fb758f9bff3588f78e3ad24ddb4b0";
10
10
+
sha256 = "0nmpkh1rr0jv68a655f5610v2mn09xriiqv049a0gklap2lgv7p8";
11
11
};
12
12
meta = with lib; {
13
13
homepage = "https://github.com/discourse/discourse-github";
+2
-2
pkgs/servers/web-apps/discourse/plugins/discourse-github/gemset.nix
···
16
16
platforms = [];
17
17
source = {
18
18
remotes = ["https://rubygems.org"];
19
19
-
sha256 = "0r6ik2yvsbx6jj30vck32da2bbvj4m0gf4jhp09vr75i1d6jzfvb";
19
19
+
sha256 = "0afhlqgby2cizcwgh7h2sq5f77q01axjbdl25bsvfwsry9n7gyyi";
20
20
type = "gem";
21
21
};
22
22
-
version = "1.7.0";
22
22
+
version = "1.8.0";
23
23
};
24
24
faraday-em_http = {
25
25
groups = ["default"];