mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
gitea: 1.23.7 -> 1.23.8
Diff: https://github.com/go-gitea/gitea/compare/refs/tags/v1.23.7...refs/tags/v1.23.8
This commit is contained in:
parent
8f797af34d
commit
77241388c5
1 changed files with 3 additions and 3 deletions
|
@ -35,18 +35,18 @@ let
|
|||
in
|
||||
buildGoModule rec {
|
||||
pname = "gitea";
|
||||
version = "1.23.7";
|
||||
version = "1.23.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "go-gitea";
|
||||
repo = "gitea";
|
||||
tag = "v${gitea.version}";
|
||||
hash = "sha256-pdmRujcLnQBIQXc26MPpoLbbV00KMaVHPY4xTsitaCA=";
|
||||
hash = "sha256-79GSHJozNlzBkddeyKX36D/w73loEN28fNSbcMVhgxQ=";
|
||||
};
|
||||
|
||||
proxyVendor = true;
|
||||
|
||||
vendorHash = "sha256-h9RnHv4weGfHwpmuEhQbsYDd5fKc439m0gF/BgDVIdA=";
|
||||
vendorHash = "sha256-wdrFa+6E1qTW9PBXr7ROgBQn3nfgxZF7Z47yk61Iqvs=";
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue