Merge pull request #36812 from jfrankenau/update-gitea
gitea: 1.3.2 -> 1.3.3
This commit is contained in:
commit
1077e01b14
1 changed files with 3 additions and 3 deletions
|
@ -7,13 +7,13 @@ with stdenv.lib;
|
|||
|
||||
buildGoPackage rec {
|
||||
name = "gitea-${version}";
|
||||
version = "1.3.2";
|
||||
version = "1.3.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "go-gitea";
|
||||
repo = "gitea";
|
||||
rev = "v${version}";
|
||||
sha256 = "11gzb6x8zixmkm57x8hdncmdbbvppzld3yf7p7m0abigg8zyybsj";
|
||||
sha256 = "0ikkpvarp6mzsqk56ihw72fbv7r98g5v5i83rxq8dk709fdqplm6";
|
||||
};
|
||||
|
||||
patches = [ ./static-root-path.patch ];
|
||||
|
@ -43,7 +43,7 @@ buildGoPackage rec {
|
|||
|
||||
meta = {
|
||||
description = "Git with a cup of tea";
|
||||
homepage = http://gitea.io;
|
||||
homepage = https://gitea.io;
|
||||
license = licenses.mit;
|
||||
maintainers = [ maintainers.disassembler ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue