Skip to content

Commit

Permalink
gitea: 1.13.5 -> 1.13.6
Browse files Browse the repository at this point in the history
- minor bugfix release including security fixes, see https://github.com/go-gitea/gitea/releases/tag/v1.13.6
  • Loading branch information
schmittlauch committed Mar 23, 2021
1 parent d3f7e96 commit 6459ab5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/applications/version-management/gitea/default.nix
Expand Up @@ -9,11 +9,12 @@ with lib;

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

# 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 = "08c5gp4qp65mnq4ggzfmyc7n3zcp0js86fz4nj5p249zs9vn1ypd";
sha256 = "1f0fsqcmmqygv0r796ddr2fjhh333i9nr0cqk9x2b2kbs1z264vf";
};

unpackPhase = ''
Expand Down

0 comments on commit 6459ab5

Please sign in to comment.