Skip to content

Commit

Permalink
gitea: 1.17.4 -> 1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Jan 2, 2023
1 parent 24486b7 commit 100d943
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 @@ -14,12 +14,12 @@

buildGoPackage rec {
pname = "gitea";
version = "1.17.4";
version = "1.18.0";

# not fetching directly from the git repo, because that lacks several vendor files for the web UI
src = fetchurl {
url = "https://dl.gitea.io/gitea/${version}/gitea-src-${version}.tar.gz";
sha256 = "sha256-koZEr89QhxCf2Dd/7SWiS/ZZoRIBfyu0mbxKknjXPK4=";
sha256 = "sha256-X0KvIB2JvSoh2MR9FcwKObQzod2GxhKeGqIKU5CKTEM=";
};

patches = [
Expand Down

0 comments on commit 100d943

Please # to comment.