gitea: 1.3.3 -> 1.4.0

This commit is contained in:
Sondre Nilsen 2018-04-09 16:58:06 +02:00
parent 2e0dfb49f7
commit a73cdc7333
No known key found for this signature in database
GPG key ID: 4BA8924BECCB34DA

View file

@ -7,13 +7,13 @@ with stdenv.lib;
buildGoPackage rec {
name = "gitea-${version}";
version = "1.3.3";
version = "1.4.0";
src = fetchFromGitHub {
owner = "go-gitea";
repo = "gitea";
rev = "v${version}";
sha256 = "0ikkpvarp6mzsqk56ihw72fbv7r98g5v5i83rxq8dk709fdqplm6";
sha256 = "07fbcd134n7giwxpqli5hfywmi0vb8awgdh3gyiwyzhjwwzfrxkq";
};
patches = [ ./static-root-path.patch ];