gitea: 1.4.0 -> 1.4.1

This commit is contained in:
zimbatm 2018-05-06 17:10:35 +01:00
parent 17950abc78
commit 716d877d0f

View File

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