Skip to content

Commit

Permalink
Merge pull request #65714 from etu/1903-gitea-1.9.0
Browse files Browse the repository at this point in the history
[19.03] gitea: 1.8.3 -> 1.9.0
  • Loading branch information
markuskowa committed Aug 1, 2019
2 parents b978a94 + c41e3c5 commit 3da3a39
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.8.3";
version = "1.9.0";

src = fetchFromGitHub {
owner = "go-gitea";
repo = "gitea";
rev = "v${version}";
sha256 = "1q3wslf9s4dg7h1f41rh9rb7qlbsqz8k3xffmlzdbbgfdrm7sym1";
sha256 = "1z7rkhxkymv7rgc7blh9ps5sqrgl4sryf0rqcp16nh9n5snfm1rm";
# 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 3da3a39

Please sign in to comment.