3
0
Fork 0
forked from mirrors/nixpkgs

gitea: 1.7.5 -> 1.7.6

From [release notes](https://github.com/go-gitea/gitea/releases/tag/v1.7.6):

SECURITY: Prevent remote code execution vulnerability with mirror repo URL settings
(cherry picked from commit 7578ec44dc)
This commit is contained in:
Florian Klink 2019-04-13 11:52:16 +02:00
parent 6eb444de7f
commit 1b46aab073

View file

@ -7,13 +7,13 @@ with stdenv.lib;
buildGoPackage rec {
pname = "gitea";
version = "1.7.5";
version = "1.7.6";
src = fetchFromGitHub {
owner = "go-gitea";
repo = "gitea";
rev = "v${version}";
sha256 = "063rfb0jwxfq91cw7gp0achqsgi3dpj1pqfi7k5md67bhp2i2si3";
sha256 = "155lnp98dx80aqds91kw2kf6lss6jzk5nljaqmmzsvn701fh922q";
# Required to generate the same checksum on MacOS due to unicode encoding differences
# More information: https://github.com/NixOS/nixpkgs/pull/48128
extraPostFetch = ''