Skip to content

Commit

Permalink
gitea: 1.19.2 -> 1.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Jul 1, 2023
1 parent 1504425 commit c0a79ff
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.19.2";
version = "1.19.3";

# 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";
hash = "sha256-L0wedLLQ8NBiw7JQ5AiFa+kQb+Vg0jnBtSGtgIknIDg=";
hash = "sha256-rSvBeSnJ356Yba7tZXg0S11ZRzYmF3xnOl4ZUJ8XQYw=";
};

patches = [
Expand Down

0 comments on commit c0a79ff

Please sign in to comment.