discourse: 2026.1.2 -> 2026.1.3 (#505377)

This commit is contained in:
Leona Maroni
2026-04-02 07:30:44 +00:00
committed by GitHub
+2 -2
View File
@@ -53,13 +53,13 @@
}:
let
version = "2026.1.2";
version = "2026.1.3";
src = fetchFromGitHub {
owner = "discourse";
repo = "discourse";
rev = "v${version}";
sha256 = "sha256-iFopbpr0wr9tkpaoHkyboH22w5P9aq6utuulK4sGar8=";
sha256 = "sha256-0jbO1rJQ0AISo7h+SZfovubReCjR2zT6KWX9LxBeFtE=";
};
ruby = ruby_3_3;