forgejo: 13.0.1 -> 13.0.2

Changelog: https://codeberg.org/forgejo/forgejo/releases/tag/v13.0.2
(cherry picked from commit 816edb5552)
This commit is contained in:
Adam C. Stephens
2025-10-26 09:06:06 -04:00
committed by emilylange
parent 989ca3326f
commit 0671f442a4
2 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@
{
bash,
brotli,
buildGoModule,
buildGo125Module,
forgejo,
git,
gzip,
@@ -52,7 +52,7 @@ let
'';
};
in
buildGoModule rec {
buildGo125Module rec {
pname = "forgejo" + lib.optionalString lts "-lts";
inherit

View File

@@ -1,6 +1,6 @@
import ./generic.nix {
version = "13.0.1";
hash = "sha256-P8ZIBV0pVo3cn9Yroe67Bt+/7KEdz/gBGSypmUz5V2g=";
version = "13.0.2";
hash = "sha256-5am/WiRo+ma2ArhnKxQ6cpFl2q7R4g4UwtdnSY/+RIM=";
npmDepsHash = "sha256-7WjcMsKPtKUWJfDrJc65ZXq2tjK8+8DnqwINj+0XyiQ=";
vendorHash = "sha256-PHItbU27d9ouykUlhr9owylMpF+3wz2vc8c0UTR1RVU=";
lts = false;