discourse: 2.6.3 -> 2.6.5

This commit is contained in:
talyz 2021-04-15 13:19:53 +02:00
parent 9c8cb61854
commit 2db1ae068d
No known key found for this signature in database
GPG Key ID: 2DED2151F4671A2B

View File

@ -6,13 +6,13 @@
}: }:
let let
version = "2.6.3"; version = "2.6.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "discourse"; owner = "discourse";
repo = "discourse"; repo = "discourse";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-lAIhVxvmjxEiru1KNxbFV+eDMLUGza/Dma3WU0ex0xs="; sha256 = "sha256-JQUgHxs2Cl2LBpg/6JLhZxje4RmPREL1IPta84kXwPw=";
}; };
runtimeDeps = [ runtimeDeps = [