3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #38650 from sondr3/gitea-1.4.0

gitea: 1.3.3 -> 1.4.0
This commit is contained in:
Matthew Justin Bauer 2018-04-17 10:04:52 -05:00 committed by GitHub
commit 186ec06af9
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.3.3";
version = "1.4.0";
src = fetchFromGitHub {
owner = "go-gitea";
repo = "gitea";
rev = "v${version}";
sha256 = "0ikkpvarp6mzsqk56ihw72fbv7r98g5v5i83rxq8dk709fdqplm6";
sha256 = "07fbcd134n7giwxpqli5hfywmi0vb8awgdh3gyiwyzhjwwzfrxkq";
};
patches = [ ./static-root-path.patch ];