Merge pull request #42169 from etu/gitea-update

gitea: 1.4.1 -> 1.4.2
This commit is contained in:
adisbladis 2018-06-19 00:51:38 +08:00 committed by GitHub
commit 7296c261f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -7,13 +7,13 @@ with stdenv.lib;
buildGoPackage rec {
name = "gitea-${version}";
version = "1.4.1";
version = "1.4.2";
src = fetchFromGitHub {
owner = "go-gitea";
repo = "gitea";
rev = "v${version}";
sha256 = "1mid67c4021m7mi4ablx1w5v43831gzn8xpg8n30a4zmr70781wm";
sha256 = "15iqvfvijg46444pybi7vg7xhl2x0pr5p1416qlc2nakkn3drpi1";
};
patches = [ ./static-root-path.patch ];