mihomo: 1.19.11 -> 1.19.15 (#459644)
This commit is contained in:
@@ -8,29 +8,16 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "mihomo";
|
||||
version = "1.19.11";
|
||||
version = "1.19.15";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "MetaCubeX";
|
||||
repo = "mihomo";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-nt2bnfKzGU+6gUaSqHfnbCnWLMDoAcISmlNYFeM4Xu8=";
|
||||
hash = "sha256-WygZtgXikBq7jhXeppDD74WcV9STxUviQqx8Cz1R0X4=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
# https://github.com/MetaCubeX/mihomo/pull/2178
|
||||
(fetchpatch {
|
||||
url = "https://github.com/MetaCubeX/mihomo/commit/63ad95e10f40ffc90ec93497aac562765af7a471.patch";
|
||||
hash = "sha256-ZE2dlr0t//Q1CVy2ql/TWuLEALdF1ZCYTOVK87bKWQg=";
|
||||
})
|
||||
# https://github.com/MetaCubeX/mihomo/pull/2177
|
||||
(fetchpatch {
|
||||
url = "https://github.com/MetaCubeX/mihomo/commit/b06ec5bef810ec8d009f52428188440df0484ce4.patch";
|
||||
hash = "sha256-XQhlST4pa//+Bg5hWc2zADulz8FeEiHwB99Rw9o24b0=";
|
||||
})
|
||||
];
|
||||
|
||||
vendorHash = "sha256-k/Zjnq07+Sg+dwwcAf+ziInaDvlXn3bEG+QuxZ5lcM8=";
|
||||
vendorHash = "sha256-t+v+szM5uXRy173tAtRf+IqiGNHaL6nNRgf6OZmeJyQ=";
|
||||
|
||||
excludedPackages = [ "./test" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user