mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 09:57:58 +00:00
clash-meta: 1.18.10 -> 1.19.0
This commit is contained in:
parent
977c9efc51
commit
2add8b96f5
@ -6,16 +6,16 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "mihomo";
|
||||
version = "1.18.10";
|
||||
version = "1.19.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "MetaCubeX";
|
||||
repo = "mihomo";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-VbqIlaocee+IxL3DDXr17ZmvDsRqJEuST/1HcU0bJds=";
|
||||
hash = "sha256-SUXxNHsbqbRtky456irkFotjMlbXPuBhNrHHZABGbPM=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-6pbrBcDTE46YTWn0CTv9Nip7iUqS8xDbHGZ7VzqDnTc=";
|
||||
vendorHash = "sha256-whH9nEUddXd+xkgoCatkmfddTxK3BFZdi/TyTiabnDc=";
|
||||
|
||||
excludedPackages = [ "./test" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user