Skip to content

Commit

Permalink
gitea: 1.13.6 -> 1.13.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Apr 8, 2021
1 parent 6921d6b commit 02fa062
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 @@ -15,12 +15,12 @@ with lib;

buildGoPackage rec {
pname = "gitea";
version = "1.13.6";
version = "1.13.7";

# not fetching directly from the git repo, because that lacks several vendor files for the web UI
src = fetchurl {
url = "https://github.com/go-gitea/gitea/releases/download/v${version}/gitea-src-${version}.tar.gz";
sha256 = "1f0fsqcmmqygv0r796ddr2fjhh333i9nr0cqk9x2b2kbs1z264vf";
sha256 = "sha256-jJbX+kcXqd1v8aXNhmt24mq9mxOpTogCVm263rHVGHw=";
};

unpackPhase = ''
Expand Down

0 comments on commit 02fa062

Please sign in to comment.