gogs: 0.11.53 -> 0.11.66 (#47073)

This commit is contained in:
Jörg Thalheim 2018-09-21 09:41:17 +01:00 committed by xeji
parent ba33eac477
commit a709d11dd1

View File

@ -7,13 +7,13 @@ with stdenv.lib;
buildGoPackage rec {
name = "gogs-${version}";
version = "0.11.53";
version = "0.11.66";
src = fetchFromGitHub {
owner = "gogs";
repo = "gogs";
rev = "v${version}";
sha256 = "1icm4bawyic4ivzyspqc6qjv882gil8j923zrbylw3i4ifhlcdhd";
sha256 = "1b9ilk4xlsllsj5pzmxwsz4a1zvgd06a8mi9ni9hbvmfl3w8xf28";
};
patches = [ ./static-root-path.patch ];