gitea: 1.19.4 -> 1.20.0

This commit is contained in:
techknowlogick 2023-07-16 21:30:14 -04:00
parent f314efdf15
commit 7e82daa7d1

View file

@ -20,12 +20,12 @@
buildGoModule rec {
pname = "gitea";
version = "1.19.4";
version = "1.20.0";
# not fetching directly from the git repo, because that lacks several vendor files for the web UI
src = fetchurl {
url = "https://dl.gitea.com/gitea/${version}/gitea-src-${version}.tar.gz";
hash = "sha256-vNMNEKMpUoVLUGwPPVhLKfElFmjCWgZHY5i1liNs+xk=";
hash = "sha256-ME2ZYSeaHru/7wBFBmXLpf9dKpl0WrtrmAqmzw37tq4=";
};
vendorHash = null;