gitea: 1.8.1 -> 1.8.2

Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.8.2
This commit is contained in:
Elis Hirwing 2019-05-31 10:46:48 +02:00
parent f244c4fe5e
commit aa1ca7b972
No known key found for this signature in database
GPG Key ID: D57EFA625C9A925F

View File

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