gitea: 1.20.0 -> 1.20.1

ChangeLog: https://github.com/go-gitea/gitea/releases/tag/v1.20.1
This commit is contained in:
Maximilian Bosch 2023-07-22 15:32:27 +02:00
parent 12303c652b
commit 2da8faddec
No known key found for this signature in database
GPG Key ID: 9A6EEA275CA5BE0A

View File

@ -20,12 +20,12 @@
buildGoModule rec {
pname = "gitea";
version = "1.20.0";
version = "1.20.1";
# 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-ME2ZYSeaHru/7wBFBmXLpf9dKpl0WrtrmAqmzw37tq4=";
hash = "sha256-LYOCNZJiGuMM1ly1Sp+0F8Us8LtAXzH5NzJf2CLcHck=";
};
vendorHash = null;