Merge pull request #281543 from SuperSandro2000/gitea

gitea: 1.21.3 -> 1.21.4
This commit is contained in:
Maximilian Bosch
2024-01-20 11:41:22 +01:00
committed by GitHub
@@ -20,12 +20,12 @@
buildGoModule rec {
pname = "gitea";
version = "1.21.3";
version = "1.21.4";
# 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-tJC9p7++lb3lD0yYR4qAtFOTRBQK2SkNCD6Tk+g9M78=";
hash = "sha256-bkRI2m7aHrQH5wQbm4MoygrF5da7j4i8Qd/aoMJbhS0=";
};
vendorHash = null;