Skip to content

Commit

Permalink
Merge pull request #67292 from kolaente/update-19.03/gitea-1.9.2
Browse files Browse the repository at this point in the history
gitea: 1.9.1 -> 1.9.2
  • Loading branch information
etu committed Aug 28, 2019
2 parents 3c83ad6 + 2a30ff5 commit 51e1e3c
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 @@ -7,13 +7,13 @@ with stdenv.lib;

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

src = fetchFromGitHub {
owner = "go-gitea";
repo = "gitea";
rev = "v${version}";
sha256 = "0sk877rp6zhch1b9c7zbmk8pnlyqjp4nws2gzq24qvw5f4chlprw";
sha256 = "1i7h6scycwzil87fcx1a19w5pl0986g5ax7y030w0wgmrq3zj53a";
# 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 51e1e3c

Please sign in to comment.