Skip to content

Commit

Permalink
clash-meta: 1.18.9 -> 1.18.10
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 3, 2024
1 parent aa9dd15 commit 36f9e3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/mi/mihomo/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

buildGoModule rec {
pname = "mihomo";
version = "1.18.9";
version = "1.18.10";

src = fetchFromGitHub {
owner = "MetaCubeX";
repo = "mihomo";
rev = "v${version}";
hash = "sha256-WVzJymXmtPV5AGYYuFDlrhy5Hh9eUBOFG8UhAnFZ22g=";
hash = "sha256-VbqIlaocee+IxL3DDXr17ZmvDsRqJEuST/1HcU0bJds=";
};

vendorHash = "sha256-A10XICoieWc0FJAn2G2aolefLjguwL72qrr4KjMFYZE=";
vendorHash = "sha256-6pbrBcDTE46YTWn0CTv9Nip7iUqS8xDbHGZ7VzqDnTc=";

excludedPackages = [ "./test" ];

Expand Down

0 comments on commit 36f9e3f

Please sign in to comment.