Unverified Commit 0e36a0eb authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

gitea: 1.26.0 -> 1.26.1 (#514088)

parents 155ac284 6956bc93
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;