3
0
Fork 0
forked from mirrors/nixpkgs

gogs: 0.11.66 -> 0.11.86 (#56819)

This release especially addresses CVE-2018-20303.
This commit is contained in:
Andreas Wiese 2019-03-04 15:19:04 +01:00 committed by xeji
parent ba28e4e7eb
commit 1673a3c939

View file

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