Merge pull request #58577 from etu/update-gitea

gitea: 1.7.3 -> 1.7.5
This commit is contained in:
Sarah Brofeldt 2019-03-30 14:11:24 +01:00 committed by GitHub
commit 5c669af4ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,14 +7,14 @@
with stdenv.lib;
buildGoPackage rec {
name = "gitea-${version}";
version = "1.7.3";
pname = "gitea";
version = "1.7.5";
src = fetchFromGitHub {
owner = "go-gitea";
repo = "gitea";
rev = "v${version}";
sha256 = "0q33xn2l2ii8vd3hxr0f6ipk8mv2ahb3p8fzdzylhgg9w15snvsr";
sha256 = "063rfb0jwxfq91cw7gp0achqsgi3dpj1pqfi7k5md67bhp2i2si3";
# Required to generate the same checksum on MacOS due to unicode encoding differences
# More information: https://github.com/NixOS/nixpkgs/pull/48128
extraPostFetch = ''