gitea: 1.3.2 -> 1.3.3

This commit is contained in:
Johannes Frankenau 2018-03-11 17:07:33 +01:00
parent 07be75d512
commit fa9950c0ae
1 changed files with 3 additions and 3 deletions

View File

@ -7,13 +7,13 @@ with stdenv.lib;
buildGoPackage rec { buildGoPackage rec {
name = "gitea-${version}"; name = "gitea-${version}";
version = "1.3.2"; version = "1.3.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "go-gitea"; owner = "go-gitea";
repo = "gitea"; repo = "gitea";
rev = "v${version}"; rev = "v${version}";
sha256 = "11gzb6x8zixmkm57x8hdncmdbbvppzld3yf7p7m0abigg8zyybsj"; sha256 = "0ikkpvarp6mzsqk56ihw72fbv7r98g5v5i83rxq8dk709fdqplm6";
}; };
patches = [ ./static-root-path.patch ]; patches = [ ./static-root-path.patch ];
@ -43,7 +43,7 @@ buildGoPackage rec {
meta = { meta = {
description = "Git with a cup of tea"; description = "Git with a cup of tea";
homepage = http://gitea.io; homepage = https://gitea.io;
license = licenses.mit; license = licenses.mit;
maintainers = [ maintainers.disassembler ]; maintainers = [ maintainers.disassembler ];
}; };