Skip to content

Commit

Permalink
gitea: 1.7.3 -> 1.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
etu committed Mar 30, 2019
1 parent e5ac41f commit c94d027
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 @@ -7,14 +7,14 @@
with stdenv.lib;

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

src = fetchFromGitHub {
owner = "go-gitea";
repo = "gitea";
rev = "v${version}";
sha256 = "0q33xn2l2ii8vd3hxr0f6ipk8mv2ahb3p8fzdzylhgg9w15snvsr";
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 c94d027

Please sign in to comment.