gitea: 1.13.0 -> 1.13.1

ChangeLog: https://github.com/go-gitea/gitea/releases/tag/v1.13.1
This commit is contained in:
Maximilian Bosch 2020-12-28 20:32:18 +01:00
parent 226c94c73b
commit cd4a0ab71c
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

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