Commit 6956bc93 authored by R. RyanTM's avatar R. RyanTM
Browse files

gitea: 1.26.0 -> 1.26.1

parent c138071d
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.26.0";
  version = "1.26.1";

  src = fetchFromGitHub {
    owner = "go-gitea";
    repo = "gitea";
    tag = "v${gitea.version}";
    hash = "sha256-BzO4VHyOShU8QB8re/2MzP+4vNGebY874aB9NQD8KVA=";
    hash = "sha256-UlPS+gcSEzKY+g5y+k3NsL3b8FRVHnlqkiuJTz5ijFM=";
  };

  proxyVendor = true;