about summary refs log tree commit diff
path: root/pkgs/applications/version-management/gogs
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2018-09-21 09:41:17 +0100
committerxeji <36407913+xeji@users.noreply.github.com>2018-09-21 10:41:17 +0200
commita709d11dd14c74faebe42c1d08215d8ecfe60922 (patch)
treede074d794d01df2127cd7a79b3a762c4005f22a5 /pkgs/applications/version-management/gogs
parentba33eac477850892610148394ef38b8ea0d07da0 (diff)
gogs: 0.11.53 -> 0.11.66 (#47073)
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 25f7be37e1ee8..56e4113689613 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.53";
+  version = "0.11.66";
 
   src = fetchFromGitHub {
     owner = "gogs";
     repo = "gogs";
     rev = "v${version}";
-    sha256 = "1icm4bawyic4ivzyspqc6qjv882gil8j923zrbylw3i4ifhlcdhd";
+    sha256 = "1b9ilk4xlsllsj5pzmxwsz4a1zvgd06a8mi9ni9hbvmfl3w8xf28";
   };
 
   patches = [ ./static-root-path.patch ];