Skip to content

Commit

Permalink
Merge pull request #298014 from SuperSandro2000/gitea
Browse files Browse the repository at this point in the history
gitea: 1.21.8 -> 1.21.9
  • Loading branch information
Ma27 committed Mar 22, 2024
2 parents 0cf4b07 + f527691 commit 48cf5c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/version-management/gitea/default.nix
Expand Up @@ -20,12 +20,12 @@

buildGoModule rec {
pname = "gitea";
version = "1.21.8";
version = "1.21.9";

# 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-nJ357ckglXRcl205Cg4tg9ewmLn2MkKUDU3PpwBVlik=";
hash = "sha256-4o5pSkC9jl8rI68naorDrRE4Rm0/chj3+cRxZqoziIU=";
};

vendorHash = null;
Expand Down

0 comments on commit 48cf5c7

Please sign in to comment.