nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

clash-rs: 0.7.4 -> 0.7.5 (#382251)

authored by

Austin Horstman and committed by
GitHub
0d1208cf 89552dfd

+3 -4
+3 -4
pkgs/by-name/cl/clash-rs/package.nix
··· 7 }: 8 rustPlatform.buildRustPackage rec { 9 pname = "clash-rs"; 10 - version = "0.7.4"; 11 12 src = fetchFromGitHub { 13 owner = "Watfaq"; 14 repo = "clash-rs"; 15 tag = "v${version}"; 16 - hash = "sha256-PaXcMJuenUrcCBdU3CZEIk9U5tZxSAVVtm9ttAldVLM="; 17 }; 18 19 useFetchCargoVendor = true; 20 - 21 - cargoHash = "sha256-ynGp1MU0l48mD+gfsyOFNo4jJDiDWgoPLc02WblPjt4="; 22 23 nativeInstallCheckInputs = [ 24 protobuf
··· 7 }: 8 rustPlatform.buildRustPackage rec { 9 pname = "clash-rs"; 10 + version = "0.7.5"; 11 12 src = fetchFromGitHub { 13 owner = "Watfaq"; 14 repo = "clash-rs"; 15 tag = "v${version}"; 16 + hash = "sha256-c4XF0F2ifTvbXTMGiJc1EaGTlS/X5ilZTpXe01uHs4Y="; 17 }; 18 19 useFetchCargoVendor = true; 20 + cargoHash = "sha256-ZSwNlknpZ0zKj+sklmO14Ey5DPZ0Wk9xxMiXwIiuRd0="; 21 22 nativeInstallCheckInputs = [ 23 protobuf