gitea: 1.15.10 -> 1.15.11

ChangeLog: https://github.com/go-gitea/gitea/releases/tag/v1.15.11
This commit is contained in:
Maximilian Bosch
2022-02-01 01:21:36 +01:00
parent 460fcea242
commit 6802cfbdbf

View File

@@ -16,12 +16,12 @@ with lib;
buildGoPackage rec {
pname = "gitea";
version = "1.15.10";
version = "1.15.11";
# not fetching directly from the git repo, because that lacks several vendor files for the web UI
src = fetchurl {
url = "https://github.com/go-gitea/gitea/releases/download/v${version}/gitea-src-${version}.tar.gz";
sha256 = "1rrxkpahgzxgs4mckdsrss19mdjdicjgskw689hvhc063slb9vlx";
sha256 = "sha256-AZRUb8qAjXTNCuXNJh8IGvRwF+0tqzjN5a2b4TEyHEY=";
};
unpackPhase = ''