Skip to content

Commit

Permalink
gitea: 1.11.3 -> 1.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Apr 1, 2020
1 parent 6201077 commit 38f4e7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/version-management/gitea/default.nix
Expand Up @@ -8,11 +8,11 @@ with stdenv.lib;

buildGoPackage rec {
pname = "gitea";
version = "1.11.3";
version = "1.11.4";

src = fetchurl {
url = "https://github.com/go-gitea/gitea/releases/download/v${version}/gitea-src-${version}.tar.gz";
sha256 = "1v0i7cppdqb02d73qq0bxzz8yydn17jh0g83y3cq3k48awlk22sx";
sha256 = "18k6kcdq0ijpzgay2aq1w95qkgfvrn1dgh4cxyj9c4i0pwb3ar7f";
};

unpackPhase = ''
Expand Down

0 comments on commit 38f4e7c

Please sign in to comment.