Skip to content

Commit

Permalink
Merge pull request #304494 from Ma27/bump-gitea
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Apr 17, 2024
2 parents b9aa70e + 88995c1 commit c961077
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/version-management/gitea/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@

buildGoModule rec {
pname = "gitea";
version = "1.21.10";
version = "1.21.11";

# 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-g/aDRIAKaPi8AWWJL4N8CZt2N4HBEWK7xSBvjrcPDD8=";
hash = "sha256-TxysXw3lVdV/hlILztM+D7wIpeqXfglAy7Ak2AxnlEM=";
};

vendorHash = null;
Expand Down

0 comments on commit c961077

Please sign in to comment.