Skip to content

Commit

Permalink
gogs: 0.11.29 -> 0.11.34
Browse files Browse the repository at this point in the history
  • Loading branch information
gebner committed Mar 25, 2018
1 parent 71dd955 commit 19fa3a5
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.29";
version = "0.11.34";

src = fetchFromGitHub {
owner = "gogits";
repo = "gogs";
rev = "v${version}";
sha256 = "1xn1b4dxf7r8kagps3yvp31zskfxn50k1gfic9abl4kjwpwk78c0";
sha256 = "15xwcw3k7wbahdgp796gly79qkka21p7kvm84zfjgcsjjri0kdnz";
};

patches = [ ./static-root-path.patch ];
Expand Down

0 comments on commit 19fa3a5

Please sign in to comment.