Merge pull request #79314 from Moredread/gogs-0.11.91

gogs: 0.11.86 -> 0.11.91, fixes CVE-2019-14544
This commit is contained in:
Lancelot SIX 2020-02-06 13:43:07 +01:00 committed by GitHub
commit d761fcbc04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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