discourse: 2.7.7 -> 2.7.8

(cherry picked from commit 73e8eb91c122699e5ede88980f7c7ef727b29896)
This commit is contained in:
talyz 2021-09-23 18:46:23 +02:00 committed by github-actions[bot]
parent 99749136f9
commit cb502f9b10
2 changed files with 3 additions and 3 deletions

View File

@ -9,13 +9,13 @@
}@args:
let
version = "2.7.7";
version = "2.7.8";
src = fetchFromGitHub {
owner = "discourse";
repo = "discourse";
rev = "v${version}";
sha256 = "sha256-rhcTQyirgPX0ITjgotJAYLLSU957GanxAYYhy9j123U=";
sha256 = "sha256-p4eViEvzIU6W89FZRtMBXsT7bvf2H12bTPZ/h3iD8rA=";
};
runtimeDeps = [

View File

@ -590,4 +590,4 @@ DEPENDENCIES
yaml-lint
BUNDLED WITH
2.2.20
2.2.24