Unverified Commit 420c6efb authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

gitea: 1.23.7 -> 1.23.8 (#406754)

parents 0820c571 77241388
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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"