Merge pull request #161719 from techknowlogick/gitea-up

gitea: 1.16.1 -> 1.16.2

authored by Maximilian Bosch and committed by GitHub 7c94333a 9627e7c3

+2 -2
+2 -2
pkgs/applications/version-management/gitea/default.nix
··· 16 16 17 17 buildGoPackage rec { 18 18 pname = "gitea"; 19 - version = "1.16.1"; 19 + version = "1.16.2"; 20 20 21 21 # not fetching directly from the git repo, because that lacks several vendor files for the web UI 22 22 src = fetchurl { 23 23 url = "https://github.com/go-gitea/gitea/releases/download/v${version}/gitea-src-${version}.tar.gz"; 24 - sha256 = "sha256-CaJ6Br8Sy+8GuoI8UWxsn3oGEp6R3X5kvl9vDKZB1bc="; 24 + sha256 = "sha256-fN7F76TzxBwvUbe2Ha5sfAk6x+FaUDIdx8YaQKfndSU="; 25 25 }; 26 26 27 27 unpackPhase = ''