Merge pull request #31288 from afldcr/master

gitea: 1.2.1 -> 1.2.3
This commit is contained in:
Tim Steinbach 2017-11-06 12:54:30 +00:00 committed by GitHub
commit 2767a0e9e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,13 +7,13 @@ with stdenv.lib;
buildGoPackage rec {
name = "gitea-${version}";
version = "1.2.1";
version = "1.2.3";
src = fetchFromGitHub {
owner = "go-gitea";
repo = "gitea";
rev = "v${version}";
sha256 = "15zw4b6hnx4hmzn2xlsi4p7jvh6jx4g4smbdidnrzrykzyq4rmpp";
sha256 = "0v24q14xzmqgwk10m7rqyn6pahd630v3bnc646ij4w8fbgr8hzja";
};
patches = [ ./static-root-path.patch ];