discourse: 2.7.5 -> 2.7.7

(cherry picked from commit c97ae4ad8e782765b333840d8d1aa83903f82b7f)
This commit is contained in:
talyz 2021-08-12 12:26:41 +02:00
parent c193cf6ed9
commit f2533d47c8
No known key found for this signature in database
GPG Key ID: 2DED2151F4671A2B
1 changed files with 2 additions and 2 deletions

View File

@ -9,13 +9,13 @@
}:
let
version = "2.7.5";
version = "2.7.7";
src = fetchFromGitHub {
owner = "discourse";
repo = "discourse";
rev = "v${version}";
sha256 = "sha256-OykWaiBAHcZy41i+aRzBHCRgwnfQUBijHjb+ofIk25M=";
sha256 = "sha256-rhcTQyirgPX0ITjgotJAYLLSU957GanxAYYhy9j123U=";
};
runtimeDeps = [