Skip to content

Commit

Permalink
gitea: 1.5.0 -> 1.5.1 (#45968)
Browse files Browse the repository at this point in the history
Backported because of security fixes.
Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.5.1
(cherry picked from commit fcccb9e)
  • Loading branch information
etu authored and xeji committed Sep 3, 2018
1 parent 78eb6e5 commit 45f52f7
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 @@ -7,13 +7,13 @@ with stdenv.lib;

buildGoPackage rec {
name = "gitea-${version}";
version = "1.5.0";
version = "1.5.1";

src = fetchFromGitHub {
owner = "go-gitea";
repo = "gitea";
rev = "v${version}";
sha256 = "0gp777x8yjbqvz9i79qv3bn3hrlp1bn7ib57r7w5a7jmr9rd0nca";
sha256 = "06h6v9py35mm0xk9l8xrq02vvr5vzl15gfbw9qqvpn8kiamkn53r";
};

patches = [ ./static-root-path.patch ];
Expand Down

0 comments on commit 45f52f7

Please sign in to comment.