Unverified Commit 326c8790 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

discourse: 3.2.4 -> 3.2.5

https://meta.discourse.org/t/3-2-5-security-and-bug-fix-release/316349/1

Fixes: CVE-2024-37165, CVE-2024-39320, CVE-2024-37299
parent 7feaafb5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -47,13 +47,13 @@
}@args:

let
  version = "3.2.4";
  version = "3.2.5";

  src = fetchFromGitHub {
    owner = "discourse";
    repo = "discourse";
    rev = "v${version}";
    sha256 = "sha256-bwYMLkBtdfgfAX8vKpsFRg5tpBtoaURKGF0rs/CtJ2U=";
    sha256 = "sha256-+at4IiJ0yRPq9XyvAwa2Kuc0wYQOB5hw7E1jmQAAkc4=";
  };

  ruby = ruby_3_2;