Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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