summary refs log tree commit diff
path: root/pkgs/applications/version-management/gogs
diff options
context:
space:
mode:
authorAndreas Wiese <aw-github@meterriblecrew.net>2019-03-04 15:19:04 +0100
committerxeji <36407913+xeji@users.noreply.github.com>2019-03-04 15:19:04 +0100
commit1673a3c939b879fb6e77fb23207bf77a0e2036cf (patch)
treed3b91abce22c513c2a9675c4010ed6540d841df6 /pkgs/applications/version-management/gogs
parentba28e4e7ebc0ba2aceb0c7f8c6db01f82909bcc1 (diff)
downloadnixpkgs-1673a3c939b879fb6e77fb23207bf77a0e2036cf.tar
nixpkgs-1673a3c939b879fb6e77fb23207bf77a0e2036cf.tar.gz
nixpkgs-1673a3c939b879fb6e77fb23207bf77a0e2036cf.tar.bz2
nixpkgs-1673a3c939b879fb6e77fb23207bf77a0e2036cf.tar.lz
nixpkgs-1673a3c939b879fb6e77fb23207bf77a0e2036cf.tar.xz
nixpkgs-1673a3c939b879fb6e77fb23207bf77a0e2036cf.tar.zst
nixpkgs-1673a3c939b879fb6e77fb23207bf77a0e2036cf.zip
gogs: 0.11.66 -> 0.11.86 (#56819)
This release especially addresses CVE-2018-20303.
Diffstat (limited to 'pkgs/applications/version-management/gogs')
-rw-r--r--pkgs/applications/version-management/gogs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/version-management/gogs/default.nix b/pkgs/applications/version-management/gogs/default.nix
index 56e41136896..0b63a8f2198 100644
--- a/pkgs/applications/version-management/gogs/default.nix
+++ b/pkgs/applications/version-management/gogs/default.nix
@@ -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 ];