Skip to content

Commit

Permalink
Merge pull request #54364 from etu/stable-upgrade-gitea
Browse files Browse the repository at this point in the history
Backport gitea: 1.6.3 -> 1.6.4
  • Loading branch information
worldofpeace committed Jan 21, 2019
2 parents dc7a365 + 9fcd2b1 commit a21dad5
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 @@ -7,13 +7,13 @@ with stdenv.lib;

buildGoPackage rec {
name = "gitea-${version}";
version = "1.6.3";
version = "1.6.4";

src = fetchFromGitHub {
owner = "go-gitea";
repo = "gitea";
rev = "v${version}";
sha256 = "02d37mh1qxsq9lc9ylk5sgdlc1cgwh6fri077crk43mnyb5lhj3j";
sha256 = "09h8nbzsxm34rlfnvbsf4cs02igids806927xpxf7g563cdapcnl";
# 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

0 comments on commit a21dad5

Please sign in to comment.