Skip to content

Commit

Permalink
gitea: 1.9.2 -> 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
etu committed Sep 7, 2019
1 parent 2f3b9cd commit 8b71bb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/version-management/gitea/default.nix
Expand Up @@ -8,13 +8,13 @@ with stdenv.lib;

buildGoPackage rec {
pname = "gitea";
version = "1.9.2";
version = "1.9.3";

src = fetchFromGitHub {
owner = "go-gitea";
repo = "gitea";
rev = "v${version}";
sha256 = "1i7h6scycwzil87fcx1a19w5pl0986g5ax7y030w0wgmrq3zj53a";
sha256 = "0g6ch85dq4vazxnr6g78wgqrnfa955395y1zws0a50h0wfxpdjis";
# Required to generate the same checksum on MacOS due to unicode encoding differences
# More information: https://github.com/NixOS/nixpkgs/pull/48128
extraPostFetch = ''
Expand Down Expand Up @@ -62,7 +62,7 @@ buildGoPackage rec {

meta = {
description = "Git with a cup of tea";
homepage = https://gitea.io;
homepage = "https://gitea.io";
license = licenses.mit;
maintainers = with maintainers; [ disassembler kolaente ];
};
Expand Down

0 comments on commit 8b71bb0

Please sign in to comment.