Unverified Commit 3ee35cb8 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

gitea: 1.25.3 -> 1.25.4 (#482585)

parents 8bef9791 f37c79d1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -48,13 +48,13 @@ let
in
buildGoModule rec {
  pname = "gitea";
  version = "1.25.3";
  version = "1.25.4";

  src = fetchFromGitHub {
    owner = "go-gitea";
    repo = "gitea";
    tag = "v${gitea.version}";
    hash = "sha256-jCh4CuVS/WHpd1+NLfB3Sc2sonVcfedDZAgYTqcXZaU=";
    hash = "sha256-sVpCdDJWzHtRKiqTeRuvrHf/cmeLbLs4THAqkH8hqMY=";
  };

  proxyVendor = true;