gitea: 1.2.1 -> 1.2.3

This commit is contained in:
Alex Feldman-Crough 2017-11-05 10:00:17 -08:00
parent d62b4f22c7
commit 00fe37217e
No known key found for this signature in database
GPG Key ID: 877F27A06872E8D9

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 ];