Merge pull request #274246 from Ma27/bump-gitea

gitea: 1.21.1 -> 1.21.2

authored by Maximilian Bosch and committed by GitHub 61f8befe 507f399d

+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.1"; 23 + version = "1.21.2"; 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-5WEHUMQsQNgrglS+xJ4IWHUl0a6RLLPyx0l+ECJ4R9g="; 28 + hash = "sha256-+zG4tyJjSwocIDVwOj4RhwF7h/6WBCOG/6j4B1ADXas="; 29 29 }; 30 30 31 31 vendorHash = null;