gitea: 1.13.1 -> 1.13.2

https://github.com/go-gitea/gitea/releases/tag/v1.13.2
This commit is contained in:
Maximilian Bosch 2021-02-02 09:40:03 +01:00
parent f31d62b49e
commit 0eac65888f
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

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