forgejo: 13.0.3 -> 13.0.4, forgejo-lts: 11.0.8 -> 11.0.9 (#478103)

This commit is contained in:
Adam C. Stephens
2026-01-09 18:25:27 +00:00
committed by GitHub
3 changed files with 9 additions and 6 deletions
+3
View File
@@ -114,6 +114,9 @@ buildGoModule rec {
getGoDirs() {
make show-backend-tests
}
# TestRunHookPrePostReceive (cmd/hook_test.go) needs .git to pass
git init
'';
checkFlags =
+2 -2
View File
@@ -1,6 +1,6 @@
import ./generic.nix {
version = "11.0.8";
hash = "sha256-KwVk4kRvrPQWsDWxX5L9pKjC+VwywLKKd2oYH+vlg74=";
version = "11.0.9";
hash = "sha256-1jp0FT/T+j1CAPc99lTRSUd4R4YhgLMjZr4k3jW6ho8=";
npmDepsHash = "sha256-Qs1aZxgjlsjdxfBpa4pOrwEfDfb/96L49uJd29Ysn/I=";
vendorHash = "sha256-TVp4WxrGBlKVaPIbsj4EP/3pt5iseXLY7xIVum71ZXU=";
lts = true;
+4 -4
View File
@@ -1,8 +1,8 @@
import ./generic.nix {
version = "13.0.3";
hash = "sha256-ViqwTEVZkccNx5Pt+lrWvAqzD5RRTzwfBhUTfWyDhtE=";
npmDepsHash = "sha256-7WjcMsKPtKUWJfDrJc65ZXq2tjK8+8DnqwINj+0XyiQ=";
vendorHash = "sha256-gHdggzCJlYvs8JXs4CJ/AyqYMPCC2o4uRwDiem3rNFM=";
version = "13.0.4";
hash = "sha256-AZQ4ppJES4CsvlkzBX82KfEp3PlFa2Ypd1KmTj/SXJk=";
npmDepsHash = "sha256-v+vl0fxcnqH8Jp4BILDYe5ioFQTQkB2XnFVEtkgadPc=";
vendorHash = "sha256-tq/72teHKowp6jwOKIJxS0OkcFI7UV19uTAv/OB/rm8";
lts = false;
nixUpdateExtraArgs = [
"--override-filename"