Skip to content

Commit 0d1208c

Browse files
authored
clash-rs: 0.7.4 -> 0.7.5 (#382251)
2 parents 89552df + fd3518c commit 0d1208c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pkgs/by-name/cl/clash-rs/package.nix

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,17 @@
77
}:
88
rustPlatform.buildRustPackage rec {
99
pname = "clash-rs";
10-
version = "0.7.4";
10+
version = "0.7.5";
1111

1212
src = fetchFromGitHub {
1313
owner = "Watfaq";
1414
repo = "clash-rs";
1515
tag = "v${version}";
16-
hash = "sha256-PaXcMJuenUrcCBdU3CZEIk9U5tZxSAVVtm9ttAldVLM=";
16+
hash = "sha256-c4XF0F2ifTvbXTMGiJc1EaGTlS/X5ilZTpXe01uHs4Y=";
1717
};
1818

1919
useFetchCargoVendor = true;
20-
21-
cargoHash = "sha256-ynGp1MU0l48mD+gfsyOFNo4jJDiDWgoPLc02WblPjt4=";
20+
cargoHash = "sha256-ZSwNlknpZ0zKj+sklmO14Ey5DPZ0Wk9xxMiXwIiuRd0=";
2221

2322
nativeInstallCheckInputs = [
2423
protobuf

0 commit comments

Comments
 (0)