Merge pull request #43957 from danieldk/gitea-1.4.3

gitea: 1.4.2 -> 1.4.3
This commit is contained in:
Jörg Thalheim
2018-07-23 11:30:31 +01:00
committed by GitHub
@@ -7,13 +7,13 @@ with stdenv.lib;
buildGoPackage rec { buildGoPackage rec {
name = "gitea-${version}"; name = "gitea-${version}";
version = "1.4.2"; version = "1.4.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "go-gitea"; owner = "go-gitea";
repo = "gitea"; repo = "gitea";
rev = "v${version}"; rev = "v${version}";
sha256 = "15iqvfvijg46444pybi7vg7xhl2x0pr5p1416qlc2nakkn3drpi1"; sha256 = "0rl20dhj3in8w3ngix42qly077zrwg578aa2nxxznmn9k8xdvfpd";
}; };
patches = [ ./static-root-path.patch ]; patches = [ ./static-root-path.patch ];