Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
gitea: 1.9.5 -> 1.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kolaente committed Nov 14, 2019
1 parent ec1a732 commit c5939e6
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.5";
version = "1.9.6";

src = fetchFromGitHub {
owner = "go-gitea";
repo = "gitea";
rev = "v${version}";
sha256 = "07isawbasshkgij2mh7pmp6h3ns758ysflngr18z0k2m38ny9h31";
sha256 = "0ql6hrrc339hrik4yk26bjn5x167c5q4s10kjld5fsgmn2k1nhdb";
# 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 c5939e6

Please sign in to comment.