gitea: 1.7.0 -> 1.7.1

Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.7.1
This commit is contained in:
Elis Hirwing 2019-02-02 23:29:42 +01:00
parent a9bf0456c2
commit ae0c47b4b7
No known key found for this signature in database
GPG key ID: D57EFA625C9A925F

View file

@ -7,13 +7,13 @@ with stdenv.lib;
buildGoPackage rec {
name = "gitea-${version}";
version = "1.7.0";
version = "1.7.1";
src = fetchFromGitHub {
owner = "go-gitea";
repo = "gitea";
rev = "v${version}";
sha256 = "1mbr7pnzn8x05wc288855vqaf86qk2f1py5zh8s63l048bn0fld6";
sha256 = "1r13l7h4146729lwif45bkzn36sgg6an0qbhgvj8w3zp035c00k3";
# Required to generate the same checksum on MacOS due to unicode encoding differences
# More information: https://github.com/NixOS/nixpkgs/pull/48128
extraPostFetch = ''