discourse: 3.5.1 -> 3.5.2

https://meta.discourse.org/t/3-5-2-security-and-maintenance-release/386388
This commit is contained in:
Leona Maroni
2025-10-29 20:28:10 +01:00
parent 392c719769
commit b5d03c91fa
+2 -2
View File
@@ -51,13 +51,13 @@
}:
let
version = "3.5.1";
version = "3.5.2";
src = fetchFromGitHub {
owner = "discourse";
repo = "discourse";
rev = "v${version}";
sha256 = "sha256-hMC2YZUxe/zoL2oSMVlWqqiP+UDcJMPVsGzHdh8nwjc=";
sha256 = "sha256-8Uzb0cjC3PUrh6Nlu6OJ09GKD+8KZq/IUba2NXLm1JI=";
};
ruby = ruby_3_3;