gitea: 1.24.2 -> 1.24.3
Diff: https://github.com/go-gitea/gitea/compare/refs/tags/v1.24.2...refs/tags/v1.24.3
This commit is contained in:
parent
aa7ef564b3
commit
0fd5640602
@ -35,13 +35,13 @@ let
|
|||||||
in
|
in
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "gitea";
|
pname = "gitea";
|
||||||
version = "1.24.2";
|
version = "1.24.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "go-gitea";
|
owner = "go-gitea";
|
||||||
repo = "gitea";
|
repo = "gitea";
|
||||||
tag = "v${gitea.version}";
|
tag = "v${gitea.version}";
|
||||||
hash = "sha256-NQSilSF/W69j1qEYYmlQfu2T0OefB+8yf9rCHAL8a6c=";
|
hash = "sha256-z9GaUkBh/hfDKkygi/1U0tK725mj39eBR906QKn3MWU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
proxyVendor = true;
|
proxyVendor = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user