gogs: 0.11.66 -> 0.11.86 (#56819)
This release especially addresses CVE-2018-20303.
This commit is contained in:
parent
ba28e4e7eb
commit
1673a3c939
|
@ -7,13 +7,13 @@ with stdenv.lib;
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "gogs-${version}";
|
name = "gogs-${version}";
|
||||||
version = "0.11.66";
|
version = "0.11.86";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "gogs";
|
owner = "gogs";
|
||||||
repo = "gogs";
|
repo = "gogs";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1b9ilk4xlsllsj5pzmxwsz4a1zvgd06a8mi9ni9hbvmfl3w8xf28";
|
sha256 = "0l8mwy0cyy3cdxqinf8ydb35kf7c8pj09xrhpr7rr7lldnvczabw";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./static-root-path.patch ];
|
patches = [ ./static-root-path.patch ];
|
||||||
|
|
Loading…
Reference in New Issue