Merge pull request #88057 from pvgoran/gitea-wiki-templates-go114-fix

gitea: fix wiki template incompatibility with go 1.14
This commit is contained in:
Maximilian Bosch 2020-05-18 15:23:55 +02:00 committed by GitHub
commit 39d2c57b7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,10 @@ buildGoPackage rec {
url = "https://github.com/go-gitea/gitea/commit/1830d0ed5f4a67e3360ecbb55933b5540b6affce.patch";
sha256 = "163531pcki28qfs56l64vv4xxaavxgksf038da1sn21j5l2jm81i";
})
(fetchpatch {
url = "https://github.com/go-gitea/gitea/commit/e1c00bd6af677b944a102d84314eba8c487648b3.patch";
sha256 = "1yf48fvky4as72w38lbrk4qpl4af31i2ckr90h3x5wf61yc105wv";
})
];
postPatch = ''