summary refs log tree commit diff
path: root/pkgs/applications/version-management/gogs
diff options
context:
space:
mode:
authorAndré-Patrick Bubel <code@andre-bubel.de>2020-02-06 07:49:01 +0100
committerAndré-Patrick Bubel <code@andre-bubel.de>2020-02-06 07:49:01 +0100
commit3cd72fbd76ebc89a8c4699ce8522b6c69518bd3a (patch)
tree4f56d19847b7af856d75804b07b387edd74ac544 /pkgs/applications/version-management/gogs
parent484ea7bbac5bf7f958b0bb314a3c130b6c328800 (diff)
downloadnixpkgs-3cd72fbd76ebc89a8c4699ce8522b6c69518bd3a.tar
nixpkgs-3cd72fbd76ebc89a8c4699ce8522b6c69518bd3a.tar.gz
nixpkgs-3cd72fbd76ebc89a8c4699ce8522b6c69518bd3a.tar.bz2
nixpkgs-3cd72fbd76ebc89a8c4699ce8522b6c69518bd3a.tar.lz
nixpkgs-3cd72fbd76ebc89a8c4699ce8522b6c69518bd3a.tar.xz
nixpkgs-3cd72fbd76ebc89a8c4699ce8522b6c69518bd3a.tar.zst
nixpkgs-3cd72fbd76ebc89a8c4699ce8522b6c69518bd3a.zip
gogs: 0.11.86 -> 0.11.91, fixes CVE-2019-14544
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 d06ae234ae9..fedb000e42d 100644
--- a/pkgs/applications/version-management/gogs/default.nix
+++ b/pkgs/applications/version-management/gogs/default.nix
@@ -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 ];