gitea: 1.12.2 -> 1.12.3

https://github.com/go-gitea/gitea/releases/tag/v1.12.3
This commit is contained in:
Maximilian Bosch 2020-07-30 01:43:20 +02:00
parent e87a7d68c2
commit 1ee2610f1a
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

@ -8,11 +8,11 @@ with stdenv.lib;
buildGoPackage rec {
pname = "gitea";
version = "1.12.2";
version = "1.12.3";
src = fetchurl {
url = "https://github.com/go-gitea/gitea/releases/download/v${version}/gitea-src-${version}.tar.gz";
sha256 = "12zzb1c4cl07ccxaravkmia8vdyw5ffxrlx9v95ampvv6a0swpb9";
sha256 = "05z1pp2lnbr82pw97wy0j0qk2vv1qv9c46df13d03xdfsc3gsm50";
};
unpackPhase = ''