discourse: 2.7.5 -> 2.7.7

This commit is contained in:
talyz 2021-08-12 12:26:41 +02:00
parent 430402d922
commit c97ae4ad8e
No known key found for this signature in database
GPG key ID: 2DED2151F4671A2B

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 = [