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

gitea: 1.7.3 -> 1.7.5

Changelogs:
https://github.com/go-gitea/gitea/releases/tag/v1.7.5
https://github.com/go-gitea/gitea/releases/tag/v1.7.4
(cherry picked from commit c94d027510c2c89828445acc8bbf594b6b2b637a)

authored by Elis Hirwing and committed by Florian Klink b43d1d87 20590e25

Changed files
+3 -3
pkgs
applications
version-management
gitea
+3 -3
pkgs/applications/version-management/gitea/default.nix
··· 6 6 with stdenv.lib; 7 7 8 8 buildGoPackage rec { 9 - name = "gitea-${version}"; 10 - version = "1.7.3"; 9 + name = "gitea"; 10 + version = "1.7.5"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "go-gitea"; 14 14 repo = "gitea"; 15 15 rev = "v${version}"; 16 - sha256 = "0q33xn2l2ii8vd3hxr0f6ipk8mv2ahb3p8fzdzylhgg9w15snvsr"; 16 + sha256 = "063rfb0jwxfq91cw7gp0achqsgi3dpj1pqfi7k5md67bhp2i2si3"; 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 = ''