Merge pull request #187342 from techknowlogick/gitea-1171

gitea: 1.17.0 -> 1.17.1
This commit is contained in:
Pascal Bach 2022-08-18 23:44:32 +02:00 committed by GitHub
commit 5f5f58863d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,12 +14,12 @@
buildGoPackage rec {
pname = "gitea";
version = "1.17.0";
version = "1.17.1";
# 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-oBbAg2xQ58dLBCjhcKMoUf32ckoFfnFQHL3z3pAKW1Y=";
sha256 = "sha256-ttfhsIiCl5VcqfK7ap/CA7bqXxrc4cTVIX+M2S4YanY=";
};
patches = [