Unverified Commit 6c32cca1 authored by Leona Maroni's avatar Leona Maroni Committed by GitHub
Browse files

discourse: 2025.12.0 -> 2025.12.1 (#486630)

parents d38edd21 4e809277
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -53,13 +53,13 @@
}:

let
  version = "2025.12.0";
  version = "2025.12.1";

  src = fetchFromGitHub {
    owner = "discourse";
    repo = "discourse";
    rev = "v${version}";
    sha256 = "sha256-zURRueaYWl1FqOI12H+S/ssMhN38nDuWRBqb579w6HQ=";
    sha256 = "sha256-1s6ixKLlNd9osdG+qGIpo6kjEv3c/yDfJ6+APj6QQvM=";
  };

  ruby = ruby_3_3;