Unverified Commit 1a076fc5 authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files
parent bc0b105e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -35,13 +35,13 @@ let
in
buildGoModule rec {
  pname = "gitea";
  version = "1.23.6";
  version = "1.23.7";

  src = fetchFromGitHub {
    owner = "go-gitea";
    repo = "gitea";
    tag = "v${gitea.version}";
    hash = "sha256-psVny0qmx2wPiNK1qIXQiW0gdRsZs16MEfIgBXTWgFI=";
    hash = "sha256-pdmRujcLnQBIQXc26MPpoLbbV00KMaVHPY4xTsitaCA=";
  };

  proxyVendor = true;