Skip to content

Commit

Permalink
gitea: 1.12.2 -> 1.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Jul 30, 2020
1 parent e87a7d6 commit 1ee2610
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/version-management/gitea/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ with stdenv.lib;

buildGoPackage rec {
pname = "gitea";
version = "1.12.2";
version = "1.12.3";

src = fetchurl {
url = "https://github.com/go-gitea/gitea/releases/download/v${version}/gitea-src-${version}.tar.gz";
sha256 = "12zzb1c4cl07ccxaravkmia8vdyw5ffxrlx9v95ampvv6a0swpb9";
sha256 = "05z1pp2lnbr82pw97wy0j0qk2vv1qv9c46df13d03xdfsc3gsm50";
};

unpackPhase = ''
Expand Down

0 comments on commit 1ee2610

Please sign in to comment.