discourse: 2.7.0 -> 2.7.4

(cherry picked from commit f7fb0d20a624c4d7fa12ba8a6e6d551655106a29)
This commit is contained in:
talyz 2021-06-15 18:19:59 +02:00 committed by github-actions[bot]
parent c0c5925832
commit 4eec52ae4e
3 changed files with 5 additions and 5 deletions

View File

@ -6,13 +6,13 @@
}: }:
let let
version = "2.7.0"; version = "2.7.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "discourse"; owner = "discourse";
repo = "discourse"; repo = "discourse";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-w26pwGDL2j7qbporUzZATgw7E//E6xwahCbXv35QNnc="; sha256 = "sha256-3cvrdWBXRM5F8qFEqbe8ru1U0wBqCkRxK7GAV0beJNk=";
}; };
runtimeDeps = [ runtimeDeps = [

View File

@ -232,7 +232,7 @@ GEM
multipart-post (2.1.1) multipart-post (2.1.1)
mustache (1.1.1) mustache (1.1.1)
nio4r (2.5.7) nio4r (2.5.7)
nokogiri (1.11.3) nokogiri (1.11.5)
mini_portile2 (~> 2.5.0) mini_portile2 (~> 2.5.0)
racc (~> 1.4) racc (~> 1.4)
nokogumbo (2.0.5) nokogumbo (2.0.5)

View File

@ -1284,10 +1284,10 @@
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "19d78mdg2lbz9jb4ph6nk783c9jbsdm8rnllwhga6pd53xffp6x0"; sha256 = "1i80ny61maqzqr1fq5wgpkijmh5j8abisrmhn16kv7mzmxqg5w0m";
type = "gem"; type = "gem";
}; };
version = "1.11.3"; version = "1.11.5";
}; };
nokogumbo = { nokogumbo = {
dependencies = ["nokogiri"]; dependencies = ["nokogiri"];