···1516buildGoModule rec {
17 pname = "gitea";
18- version = "1.18.5";
1920 # not fetching directly from the git repo, because that lacks several vendor files for the web UI
21 src = fetchurl {
22 url = "https://dl.gitea.io/gitea/${version}/gitea-src-${version}.tar.gz";
23- hash = "sha256-OGPn4fknYfzmuAi6CL8m/Ih4uRNraVDmpBm20qT3lKk=";
24 };
2526 vendorHash = null;
···1516buildGoModule rec {
17 pname = "gitea";
18+ version = "1.19.0";
1920 # not fetching directly from the git repo, because that lacks several vendor files for the web UI
21 src = fetchurl {
22 url = "https://dl.gitea.io/gitea/${version}/gitea-src-${version}.tar.gz";
23+ hash = "sha256-9nDzXSGYxYw34/Ekmj44VdGLVhRsGL2e5gfyoyPUqGQ=";
24 };
2526 vendorHash = null;