Skip to content

Commit

Permalink
gogs: 0.11.66 -> 0.11.86 (#56819)
Browse files Browse the repository at this point in the history
This release especially addresses CVE-2018-20303.
  • Loading branch information
herrwiese authored and xeji committed Mar 4, 2019
1 parent ba28e4e commit 1673a3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/version-management/gogs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 1673a3c

Please sign in to comment.