gitea: fix wiki template incompatibility with go 1.14
Related to #87115.
This commit is contained in:
parent
3ec270c245
commit
64decd9de6
1 changed files with 4 additions and 0 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue