Skip to content

Commit

Permalink
gitea: 1.9.4 -> 1.9.5
Browse files Browse the repository at this point in the history
(cherry picked from commit 67d0e44)
  • Loading branch information
kolaente authored and Ma27 committed Nov 1, 2019
1 parent a43046e commit 20c3321
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.9.4";
version = "1.9.5";

src = fetchFromGitHub {
owner = "go-gitea";
repo = "gitea";
rev = "v${version}";
sha256 = "1f4bdn04pbbmnf03c58jqjl2m629137py6l06mkh63jip32a6l1z";
sha256 = "07isawbasshkgij2mh7pmp6h3ns758ysflngr18z0k2m38ny9h31";
# 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 20c3321

Please sign in to comment.