gogs: 0.11.34 -> 0.11.53
cc @schneefux
This commit is contained in:
parent
da11a26008
commit
d3f1679d4e
@ -7,13 +7,13 @@ with stdenv.lib;
|
|||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "gogs-${version}";
|
name = "gogs-${version}";
|
||||||
version = "0.11.34";
|
version = "0.11.53";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "gogits";
|
owner = "gogs";
|
||||||
repo = "gogs";
|
repo = "gogs";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "15xwcw3k7wbahdgp796gly79qkka21p7kvm84zfjgcsjjri0kdnz";
|
sha256 = "1icm4bawyic4ivzyspqc6qjv882gil8j923zrbylw3i4ifhlcdhd";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./static-root-path.patch ];
|
patches = [ ./static-root-path.patch ];
|
||||||
@ -37,7 +37,7 @@ buildGoPackage rec {
|
|||||||
--prefix PATH : ${makeBinPath [ bash git gzip openssh ]}
|
--prefix PATH : ${makeBinPath [ bash git gzip openssh ]}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
goPackagePath = "github.com/gogits/gogs";
|
goPackagePath = "github.com/gogs/gogs";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A painless self-hosted Git service";
|
description = "A painless self-hosted Git service";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user