gitea: 1.13.2 -> 1.13.3

ChangeLog: https://github.com/go-gitea/gitea/releases/tag/v1.13.3
This commit is contained in:
Maximilian Bosch 2021-03-04 18:54:05 +01:00
parent 233cacc9eb
commit 9a02192dc5
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

@ -9,11 +9,11 @@ with lib;
buildGoPackage rec {
pname = "gitea";
version = "1.13.2";
version = "1.13.3";
src = fetchurl {
url = "https://github.com/go-gitea/gitea/releases/download/v${version}/gitea-src-${version}.tar.gz";
sha256 = "sha256-uezg8GdNqgKVHgJj9rTqHFLWuLdyDp63fzr7DMslOII=";
sha256 = "sha256-+uuadtpDC4br+DUHpoY2aOwklpD9LxvkSqcBMC0+UHE=";
};
unpackPhase = ''