We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 89552df + fd3518c commit 0d1208cCopy full SHA for 0d1208c
pkgs/by-name/cl/clash-rs/package.nix
@@ -7,18 +7,17 @@
7
}:
8
rustPlatform.buildRustPackage rec {
9
pname = "clash-rs";
10
- version = "0.7.4";
+ version = "0.7.5";
11
12
src = fetchFromGitHub {
13
owner = "Watfaq";
14
repo = "clash-rs";
15
tag = "v${version}";
16
- hash = "sha256-PaXcMJuenUrcCBdU3CZEIk9U5tZxSAVVtm9ttAldVLM=";
+ hash = "sha256-c4XF0F2ifTvbXTMGiJc1EaGTlS/X5ilZTpXe01uHs4Y=";
17
};
18
19
useFetchCargoVendor = true;
20
-
21
- cargoHash = "sha256-ynGp1MU0l48mD+gfsyOFNo4jJDiDWgoPLc02WblPjt4=";
+ cargoHash = "sha256-ZSwNlknpZ0zKj+sklmO14Ey5DPZ0Wk9xxMiXwIiuRd0=";
22
23
nativeInstallCheckInputs = [
24
protobuf
0 commit comments