discourse: 2.7.7 -> 2.7.8

This commit is contained in:
talyz 2021-09-23 18:46:23 +02:00
parent 63ec2613bd
commit 73e8eb91c1
No known key found for this signature in database
GPG Key ID: 2DED2151F4671A2B
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