Skip to content

Commit

Permalink
Merge pull request #58578 from etu/backport-update-gitea
Browse files Browse the repository at this point in the history
[19.03] gitea: 1.7.1 -> 1.7.5
  • Loading branch information
srhb committed Mar 30, 2019
2 parents 2c8f314 + ff9c6cb commit 8c07f53
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 @@ -6,14 +6,14 @@
with stdenv.lib;

buildGoPackage rec {
name = "gitea-${version}";
version = "1.7.1";
pname = "gitea";
version = "1.7.5";

src = fetchFromGitHub {
owner = "go-gitea";
repo = "gitea";
rev = "v${version}";
sha256 = "1r13l7h4146729lwif45bkzn36sgg6an0qbhgvj8w3zp035c00k3";
sha256 = "063rfb0jwxfq91cw7gp0achqsgi3dpj1pqfi7k5md67bhp2i2si3";
# 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 8c07f53

Please sign in to comment.