From 822fcf89c548d4ea057aa6b4f7adb3c3593ef985 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Mon, 24 Mar 2025 17:09:12 -0400 Subject: [PATCH] gitea: 1.23.5 -> 1.23.6 Diff: https://github.com/go-gitea/gitea/compare/refs/tags/v1.23.5...v1.23.6 --- pkgs/by-name/gi/gitea/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/gi/gitea/package.nix b/pkgs/by-name/gi/gitea/package.nix index a2101ac62fa4..5420ca4ae351 100644 --- a/pkgs/by-name/gi/gitea/package.nix +++ b/pkgs/by-name/gi/gitea/package.nix @@ -35,18 +35,18 @@ let in buildGoModule rec { pname = "gitea"; - version = "1.23.5"; + version = "1.23.6"; src = fetchFromGitHub { owner = "go-gitea"; repo = "gitea"; tag = "v${gitea.version}"; - hash = "sha256-SWLkrZTZXXy7x3kszagR0hjrmLhtYvGRf05YU5Mtbl4="; + hash = "sha256-psVny0qmx2wPiNK1qIXQiW0gdRsZs16MEfIgBXTWgFI="; }; proxyVendor = true; - vendorHash = "sha256-Iiw302HDGf6ECw2cGqwZCwAqQ21eQVaEab/cuhD1dJ4="; + vendorHash = "sha256-h9RnHv4weGfHwpmuEhQbsYDd5fKc439m0gF/BgDVIdA="; outputs = [ "out"