Unverified Commit 31a6de87 authored by Leona Maroni's avatar Leona Maroni Committed by GitHub
Browse files

discourse: 2026.1.1 -> 2026.1.2 (#502479)

parents 0e66bb49 8da82e75
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -53,13 +53,13 @@
}:

let
  version = "2026.1.1";
  version = "2026.1.2";

  src = fetchFromGitHub {
    owner = "discourse";
    repo = "discourse";
    rev = "v${version}";
    sha256 = "sha256-sZky/gCCfaEw75NWsUatcxN3gjeKD8jzqzGXkDbcsfU=";
    sha256 = "sha256-iFopbpr0wr9tkpaoHkyboH22w5P9aq6utuulK4sGar8=";
  };

  ruby = ruby_3_3;