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
1 changed files with 2 additions and 2 deletions

View File

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