Merge pull request #295574 from SuperSandro2000/gitea

gitea: 1.21.7 -> 1.21.8

authored by Maximilian Bosch and committed by GitHub 73553533 d51a4b84

+2 -2
+2 -2
pkgs/applications/version-management/gitea/default.nix
··· 20 20 21 21 buildGoModule rec { 22 22 pname = "gitea"; 23 - version = "1.21.7"; 23 + version = "1.21.8"; 24 24 25 25 # not fetching directly from the git repo, because that lacks several vendor files for the web UI 26 26 src = fetchurl { 27 27 url = "https://dl.gitea.com/gitea/${version}/gitea-src-${version}.tar.gz"; 28 - hash = "sha256-d/3BPOSez7M2Xh2x9H2KsDIZ69PHinHIzQ6ekt/yWas="; 28 + hash = "sha256-nJ357ckglXRcl205Cg4tg9ewmLn2MkKUDU3PpwBVlik="; 29 29 }; 30 30 31 31 vendorHash = null;