Skip to content

Commit

Permalink
Merge pull request #88057 from pvgoran/gitea-wiki-templates-go114-fix
Browse files Browse the repository at this point in the history
gitea: fix wiki template incompatibility with go 1.14
  • Loading branch information
Ma27 authored May 18, 2020
2 parents de77326 + 64decd9 commit 39d2c57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/applications/version-management/gitea/default.nix
Original file line number Diff line number Diff line change
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 39d2c57

Please sign in to comment.