gitea: 1.11.6 -> 1.12.0
https://github.com/go-gitea/gitea/releases/tag/v1.12.0
This commit is contained in:
parent
8b2d48ea0a
commit
04570e620d
@ -1,6 +1,5 @@
|
|||||||
{ stdenv, buildGoPackage, fetchurl, makeWrapper
|
{ stdenv, buildGoPackage, fetchurl, makeWrapper
|
||||||
, git, bash, gzip, openssh, pam
|
, git, bash, gzip, openssh, pam
|
||||||
, fetchpatch
|
|
||||||
, sqliteSupport ? true
|
, sqliteSupport ? true
|
||||||
, pamSupport ? true
|
, pamSupport ? true
|
||||||
}:
|
}:
|
||||||
@ -9,11 +8,11 @@ with stdenv.lib;
|
|||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "gitea";
|
pname = "gitea";
|
||||||
version = "1.11.6";
|
version = "1.12.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/go-gitea/gitea/releases/download/v${version}/gitea-src-${version}.tar.gz";
|
url = "https://github.com/go-gitea/gitea/releases/download/v${version}/gitea-src-${version}.tar.gz";
|
||||||
sha256 = "11nyq5faq0hy1pi3yhmc6y8is7jyiyfrb162fq9l33pkyw6qihqs";
|
sha256 = "1nsi7d2jackkjvinp5wglrzb61f2hihrn6qgwlp1zb185k2qpd23";
|
||||||
};
|
};
|
||||||
|
|
||||||
unpackPhase = ''
|
unpackPhase = ''
|
||||||
@ -25,10 +24,6 @@ buildGoPackage rec {
|
|||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
./static-root-path.patch
|
./static-root-path.patch
|
||||||
(fetchpatch {
|
|
||||||
url = "https://github.com/go-gitea/gitea/commit/1830d0ed5f4a67e3360ecbb55933b5540b6affce.patch";
|
|
||||||
sha256 = "163531pcki28qfs56l64vv4xxaavxgksf038da1sn21j5l2jm81i";
|
|
||||||
})
|
|
||||||
];
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user