gitea: 1.5.0 -> 1.5.1 (#45968)

Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.5.1
This commit is contained in:
Elis Hirwing 2018-09-03 20:29:39 +02:00 committed by xeji
parent 9d1bd7c880
commit fcccb9e5ca

View File

@ -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 ];