gitea: 1.19.0 -> 1.19.1

This commit is contained in:
Sandro Jäckel 2023-04-13 10:49:17 +02:00
parent 7765faf4a7
commit 451e9399e3
No known key found for this signature in database
GPG Key ID: B1763F8651144063

View File

@ -19,12 +19,12 @@
buildGoModule rec {
pname = "gitea";
version = "1.19.0";
version = "1.19.1";
# not fetching directly from the git repo, because that lacks several vendor files for the web UI
src = fetchurl {
url = "https://dl.gitea.io/gitea/${version}/gitea-src-${version}.tar.gz";
hash = "sha256-9nDzXSGYxYw34/Ekmj44VdGLVhRsGL2e5gfyoyPUqGQ=";
hash = "sha256-i2exxgVsQhQtojJkyFJgBejCj6dSRo30ESEtN9n7Vfk=";
};
vendorHash = null;