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

Merge pull request #324563 from SuperSandro2000/gitea

gitea: 1.22.0 -> 1.22.1
parents 5314041f b42d4662
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -38,16 +38,16 @@ let
  };
in buildGoModule rec {
  pname = "gitea";
  version = "1.22.0";
  version = "1.22.1";

  src = fetchFromGitHub {
    owner = "go-gitea";
    repo = "gitea";
    rev = "v${gitea.version}";
    hash = "sha256-LdNEiPch2BZNYMOjE9yWsq78g6DolMjM5wUci3jXj30=";
    hash = "sha256-s7su3gMdXv2sT1uYYtx29n7QDvmPU9QB3QR6ctOlE58=";
  };

  vendorHash = "sha256-8VoJR4p2WnhG6nTFMzBlcrd/B6UwaOU3Q/rnDx9MtWc=";
  vendorHash = "sha256-nzhjIfQMzSf1nuBMTIe0xn+NMDFbDZ9jRHu8Nwzmp4w=";

  outputs = [ "out" "data" ];