gitea: 1.10.2 -> 1.10.3

This commit is contained in:
kolaente 2020-01-18 09:56:41 +01:00
parent c438ce12a8
commit 8314e759a8
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B

View File

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