Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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 7578ec44dc24911cac5acd13f97d2c18bc003bf1)

Changed files
+2 -2
pkgs
applications
version-management
gitea
+2 -2
pkgs/applications/version-management/gitea/default.nix
··· 7 7 8 8 buildGoPackage rec { 9 9 name = "gitea"; 10 - version = "1.7.5"; 10 + version = "1.7.6"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "go-gitea"; 14 14 repo = "gitea"; 15 15 rev = "v${version}"; 16 - sha256 = "063rfb0jwxfq91cw7gp0achqsgi3dpj1pqfi7k5md67bhp2i2si3"; 16 + sha256 = "155lnp98dx80aqds91kw2kf6lss6jzk5nljaqmmzsvn701fh922q"; 17 17 # Required to generate the same checksum on MacOS due to unicode encoding differences 18 18 # More information: https://github.com/NixOS/nixpkgs/pull/48128 19 19 extraPostFetch = ''