gitea: 1.14.6 -> 1.15.0

ChangeLog: https://github.com/go-gitea/gitea/releases/tag/v1.15.0
This commit is contained in:
Maximilian Bosch 2021-08-22 12:37:43 +02:00
parent 53114d1a9a
commit 15b41363c2
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -16,12 +16,12 @@ with lib;
buildGoPackage rec {
pname = "gitea";
version = "1.14.6";
version = "1.15.0";
# 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 = "sha256-IIoOJlafMD6Kg8Zde3LcoK97PKLmqOUMQN3nmIgqe1o=";
sha256 = "sha256-Wu5rtVoQql/0XWkszYOqE4QJxKUY/CsCpmjkaB+E6Hc=";
};
unpackPhase = ''