Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
gitea: fix wiki template incompatibility with go 1.14
Browse files Browse the repository at this point in the history
Related to #87115.
  • Loading branch information
pvgoran committed May 18, 2020
1 parent 3ec270c commit 64decd9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/applications/version-management/gitea/default.nix
Expand Up @@ -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 = ''
Expand Down

0 comments on commit 64decd9

Please sign in to comment.