Merge pull request #36812 from jfrankenau/update-gitea

gitea: 1.3.2 -> 1.3.3
This commit is contained in:
Samuel Leathers 2018-03-12 22:41:51 -04:00 committed by GitHub
commit 1077e01b14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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