gitea: 1.11.3 -> 1.11.4

https://github.com/go-gitea/gitea/releases/tag/v1.11.4
This commit is contained in:
Maximilian Bosch 2020-04-01 23:22:50 +02:00
parent 6201077d8b
commit 38f4e7c6ea
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.11.3";
version = "1.11.4";
src = fetchurl {
url = "https://github.com/go-gitea/gitea/releases/download/v${version}/gitea-src-${version}.tar.gz";
sha256 = "1v0i7cppdqb02d73qq0bxzz8yydn17jh0g83y3cq3k48awlk22sx";
sha256 = "18k6kcdq0ijpzgay2aq1w95qkgfvrn1dgh4cxyj9c4i0pwb3ar7f";
};
unpackPhase = ''