Skip to content

Commit

Permalink
gitea: 1.21.9 -> 1.21.10
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Mar 27, 2024
1 parent 61118a6 commit 738bc53
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.9";
version = "1.21.10";

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

vendorHash = null;
Expand Down

0 comments on commit 738bc53

Please sign in to comment.