mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
gitea: 1.26.3 -> 1.26.4
Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.26.4
Diff: https://github.com/go-gitea/gitea/compare/v1.26.3...v1.26.4
(cherry picked from commit f79a4fc2b3)
This commit is contained in:
parent
1600baf794
commit
4214ef23cd
1 changed files with 2 additions and 2 deletions
|
|
@ -51,13 +51,13 @@ let
|
|||
in
|
||||
buildGoModule rec {
|
||||
pname = "gitea";
|
||||
version = "1.26.3";
|
||||
version = "1.26.4";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "go-gitea";
|
||||
repo = "gitea";
|
||||
tag = "v${gitea.version}";
|
||||
hash = "sha256-61iW27pYwbEXV3W72IsPNVFD05/XpMLyPbseZzW6OG0=";
|
||||
hash = "sha256-xfLhiQMygYKgSMrvmH2V/LIMeaA4ovOeUDT4RUwhvgo=";
|
||||
};
|
||||
|
||||
proxyVendor = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue