gogs: 0.11.86 -> 0.11.91, fixes CVE-2019-14544

This commit is contained in:
André-Patrick Bubel 2020-02-06 07:49:01 +01:00
parent 484ea7bbac
commit 3cd72fbd76
No known key found for this signature in database
GPG Key ID: 28925CBA8869FF29

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 ];