Merge pull request #254049 from techknowlogick/gitea-1204

gitea: 1.20.3 -> 1.20.4
This commit is contained in:
Ilan Joselevich 2023-09-08 21:42:03 +03:00 committed by GitHub
commit a0445e5451
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,12 +20,12 @@
buildGoModule rec {
pname = "gitea";
version = "1.20.3";
version = "1.20.4";
# not fetching directly from the git repo, because that lacks several vendor files for the web UI
src = fetchurl {
url = "https://dl.gitea.com/gitea/${version}/gitea-src-${version}.tar.gz";
hash = "sha256-cn61Z5nYMmzSoHcDoXwuhm+IMn6+iIYPi7KxzO/b5Nw=";
hash = "sha256-96LI7/4FZy17KED2xc4UFyW4e47DZMuSnMw7loYYB8c=";
};
vendorHash = null;