Unverified Commit 02f5dd6e authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #257855 from LibreCybernetics/fix-hash-clash-meta

clash-meta: fix hash
parents 24392b0a 4ccd33e5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ buildGoModule rec {
    owner = "MetaCubeX";
    repo = "Clash.Meta";
    rev = "v${version}";
    hash = "sha256-N7uCvzKBqOWYBfY1FBS9TjuHUfoKeMJF6o4k8C3f4z4=";
    hash = "sha256-ORyjCYf2OPrSt/juiBk0Gf2Az4XoZipKBWWFXf8nIqE=";
  };

  vendorHash = "sha256-ySCmHLuMTCxBcAYo7YD8zOpUAa90PQmeLLt+uOn40Pk=";