Emily
a29fd09810
Merge pull request #245230 from emilylange/forgejo
...
forgejo: 1.19.4-0 -> 1.20.1-0
2023-07-24 23:12:17 +02:00
emilylange
0d0161c9db
forgejo: 1.19.4-0 -> 1.20.1-0
...
https://codeberg.org/forgejo/forgejo/releases/tag/v1.20.1-0
47a6afa947/RELEASE-NOTES.md (1-20-1-0)
2023-07-24 20:57:02 +02:00
Artturin
1c29673fcc
treewide: go-modules -> goModules
...
In 787af0f79f
I had to change ${go-modules} to $goModules to allow overrideAttrs to work;
However, env vars cannot contain -, so i had to change go-modules too.
This in turn broke nix-update because it uses the go-modules attr.
Instead of making nix-update more complicated, make go-modules naming match cargoDeps.
`fd --type f | xargs sd '\bgo-modules\b' 'goModules'`
and revert change to pkgs/applications/misc/dstask/default.nix
and pkgs/servers/http/dave/default.nix
and pkgs/os-specific/darwin/plistwatch/default.nix
release note added
2023-07-14 00:18:06 +03:00
emilylange
6a59b83865
forgejo: 1.19.3-0 -> 1.19.4-0
...
https://codeberg.org/forgejo/forgejo/releases/tag/v1.19.4-0
36bae6a1b4/RELEASE-NOTES.md (1-19-4-0)
2023-07-06 00:01:22 +02:00
emilylange
6d5727af81
forgejo: add bendlas as maintainer
...
I asked bendlas in private :)
2023-07-05 23:58:50 +02:00
emilylange
a761e8b060
forgejo: format file
2023-07-05 23:58:48 +02:00
emilylange
b0e7f7f5db
maintainers: rename indeednotjames to emilylange
2023-05-21 16:01:35 +02:00
IndeedNotJames
267ef1a20b
forgejo: 1.19.2-0 -> 1.19.3-0
...
https://codeberg.org/forgejo/forgejo/releases/tag/v1.19.3-0
2023-05-03 22:24:36 +02:00
Martin Weinelt
8a59d44958
forgejo: 1.19.1-0 -> 1.19.2-0
...
https://codeberg.org/forgejo/forgejo/releases/tag/v1.19.2-0
2023-04-29 02:27:56 +02:00
IndeedNotJames
e6a04bc9ef
forgejo: build from source
...
instead of relying on the release tarballs published with each release.
This does however add two additional hashes (`vendorHash` and `npmDepsHash`), making it a total of 3 hashes that need to be updated each time.
The old `updateScript` is no longer useful as of this change.
It was originally added because we weren't aware that gitea/forgejo/codeberg have "predictable URLs" for the needed release tarball.
Fixed in 0dd0b2103a
2023-04-21 03:56:51 +02:00
IndeedNotJames
0aa3f7aad3
forgejo: 1.19.0-3 -> 1.19.1-0
...
fb9d529f30/RELEASE-NOTES.md (1-19-1-0)
2023-04-14 23:03:51 +02:00
IndeedNotJames
9f1a1b9373
forgejo: 1.19.0-2 -> 1.19.0-3
...
4c132e77ea/RELEASE-NOTES.md (1-19-0-3)
2023-04-05 23:04:35 +02:00
IndeedNotJames
0dd0b2103a
forgejo: use "predictable URLs" as src
...
Not sure how long codeberg.org already supports this.
I only just found out about them after a maintainer mentioned them in https://matrix.to/#/#forgejo-chat:matrix.org
Similar URLs are also used at https://forgejo.org/download/
2023-04-05 23:04:35 +02:00
Sandro
901f07fa50
Merge pull request #222320 from IndeedNotJames/forgejo
2023-03-22 00:07:31 +01:00
IndeedNotJames
4de5329218
forgejo: 1.18.5-0 -> 1.19.0-2
...
7770a85128/RELEASE-NOTES.md (1-19-0-2)
2023-03-21 10:11:54 +01:00
Maximilian Bosch
f01862e271
gitea.data-compressed: improve drv name
...
`data-compressed` is to undescriptive for a store-path. Same for
forgejo.
2023-03-20 21:08:20 +01:00
Izorkin
6b9d81b953
forgejo: create static gzip and brotli files
2023-03-20 12:50:10 +03:00
Nick Cao
eb03dde70d
Merge pull request #217890 from IndeedNotJames/nixos-tests-gitea
...
nixos/tests/gitea: open up test for forgejo
2023-02-25 09:55:43 +08:00
IndeedNotJames
cef7b60700
forgejo: 1.18.3-2 -> 1.18.5-0
...
70d76a1cd3/RELEASE-NOTES.md (1-18-5-0)
2023-02-24 23:28:46 +01:00
IndeedNotJames
1b304e1dbc
forgejo: use existing nixos/tests/gitea as test
...
forgejo is a soft-fork of gitea and gitea's existing tests work great
with forgejo.
At least for now, as this could change, though somewhat unlikely.
2023-02-24 02:59:30 +01:00
IndeedNotJames
caf9025ab4
forgejo: 1.18.3-1 -> 1.18.3.2
...
833c98ffaf/RELEASE-NOTES.md (1-18-3-2)
2023-02-18 19:15:45 +01:00
IndeedNotJames
d83d7bd84b
forgejo: 1.18.3-0 -> 1.18.3-1
...
fbf5449d87/RELEASE-NOTES.md (1-18-3-1)
2023-02-11 08:11:29 +01:00
IndeedNotJames
e72e310142
forgejo: 1.18.2-1 -> 1.18.3-0
2023-02-06 08:22:45 +01:00
IndeedNotJames
3ae9f6738c
forgejo: add passthru.updateScript
...
also add `meta.mainProgram`, since the resulting binary
is (currently?) called `gitea` not `forgejo`
Co-authored-by: Colin Arnott <urandom2@users.noreply.github.com>
2023-02-06 08:22:45 +01:00
Aaron Jheng
f37a8bd339
forgejo: use buildGoModule
2023-01-25 11:44:31 +00:00
Izorkin
86d0c9f603
forgejo: 1.18.2-0 -> 1.18.2-1
2023-01-23 13:50:02 +03:00
Izorkin
ea5910f66c
forgejo: 1.18.0-rc1-1 -> 1.18.2-0
2023-01-21 07:39:50 +03:00
Colin Arnott
e91a59e1bb
forgejo: init at 1.18.0-rc1-1 ( #207796 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Fixes https://github.com/NixOS/nixpkgs/issues/207601
2022-12-26 22:28:16 +01:00