Skip to content

Commit

Permalink
gitea: 1.13.7 -> 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Apr 12, 2021
1 parent ee197ef commit c3253cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nixos/tests/gitea.nix
Expand Up @@ -61,7 +61,7 @@ let
+ "Please contact your site administrator.'"
)
server.succeed(
"su -l gitea -c 'GITEA_WORK_DIR=/var/lib/gitea gitea admin create-user "
"su -l gitea -c 'GITEA_WORK_DIR=/var/lib/gitea gitea admin user create "
+ "--username test --password totallysafe --email test@localhost'"
)
Expand Down
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.7";
version = "1.14.0";

# 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 = "sha256-jJbX+kcXqd1v8aXNhmt24mq9mxOpTogCVm263rHVGHw=";
sha256 = "sha256-SE+YqcRNkhRQXDzgv72YrQX9bG/URYj4NAFvTg4bE3Y=";
};

unpackPhase = ''
Expand Down

0 comments on commit c3253cd

Please sign in to comment.