gitea: 1.16.4 -> 1.16.5

main
techknowlogick 2 years ago
parent 9fb449b2d9
commit 7b2b00c571
  1. 4
      pkgs/applications/version-management/gitea/default.nix

@ -16,12 +16,12 @@ with lib;
buildGoPackage rec {
pname = "gitea";
version = "1.16.4";
version = "1.16.5";
# not fetching directly from the git repo, because that lacks several vendor files for the web UI
src = fetchurl {
url = "https://github.com/go-gitea/gitea/releases/download/v${version}/gitea-src-${version}.tar.gz";
sha256 = "sha256-7zlreX05pkhn381FMgQ8Nj3OP+BUr6o3u5f4ouo/Khg=";
sha256 = "sha256-2aqy6DV8oaIur/syg1bk41Wo+FGk3m+05+tUyoDwGHs=";
};
unpackPhase = ''

Loading…
Cancel
Save