discourse.plugins.discourse-github: Update

talyz 97034cfa d5830017

+6 -6
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-github/Gemfile.lock
··· 3 specs: 4 addressable (2.8.0) 5 public_suffix (>= 2.0.2, < 5.0) 6 - faraday (1.7.0) 7 faraday-em_http (~> 1.0) 8 faraday-em_synchrony (~> 1.0) 9 faraday-excon (~> 1.1) ··· 40 sawyer (= 0.8.2) 41 42 BUNDLED WITH 43 - 2.2.20
··· 3 specs: 4 addressable (2.8.0) 5 public_suffix (>= 2.0.2, < 5.0) 6 + faraday (1.8.0) 7 faraday-em_http (~> 1.0) 8 faraday-em_synchrony (~> 1.0) 9 faraday-excon (~> 1.1) ··· 40 sawyer (= 0.8.2) 41 42 BUNDLED WITH 43 + 2.2.24
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-github/default.nix
··· 6 src = fetchFromGitHub { 7 owner = "discourse"; 8 repo = "discourse-github"; 9 - rev = "b6ad8e39a13e2ad5c6943ea697ca23f2c5f9fec1"; 10 - sha256 = "0vxwp4kbf44clcqilb8ni0ykk4jrgiv4rbd05pgfvndcp3izm2i6"; 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 = "9aaf4350968fb758f9bff3588f78e3ad24ddb4b0"; 10 + sha256 = "0nmpkh1rr0jv68a655f5610v2mn09xriiqv049a0gklap2lgv7p8"; 11 }; 12 meta = with lib; { 13 homepage = "https://github.com/discourse/discourse-github";
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-github/gemset.nix
··· 16 platforms = []; 17 source = { 18 remotes = ["https://rubygems.org"]; 19 - sha256 = "0r6ik2yvsbx6jj30vck32da2bbvj4m0gf4jhp09vr75i1d6jzfvb"; 20 type = "gem"; 21 }; 22 - version = "1.7.0"; 23 }; 24 faraday-em_http = { 25 groups = ["default"];
··· 16 platforms = []; 17 source = { 18 remotes = ["https://rubygems.org"]; 19 + sha256 = "0afhlqgby2cizcwgh7h2sq5f77q01axjbdl25bsvfwsry9n7gyyi"; 20 type = "gem"; 21 }; 22 + version = "1.8.0"; 23 }; 24 faraday-em_http = { 25 groups = ["default"];