Skip to content

Commit

Permalink
gitea: 1.8.2 -> 1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
etu committed Jun 18, 2019
1 parent afd0817 commit bd1788c
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 @@ -8,13 +8,13 @@ with stdenv.lib;

buildGoPackage rec {
pname = "gitea";
version = "1.8.2";
version = "1.8.3";

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

Please sign in to comment.