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

tun2proxy: 0.7.4 -> 0.7.6 (#389863)

authored by

Nick Cao and committed by
GitHub
b5cb7e25 ea2abe30

+3 -3
+3 -3
pkgs/by-name/tu/tun2proxy/package.nix
··· 6 7 rustPlatform.buildRustPackage rec { 8 pname = "tun2proxy"; 9 - version = "0.7.4"; 10 11 src = fetchCrate { 12 pname = "tun2proxy"; 13 inherit version; 14 - hash = "sha256-ccFaFeTqgkDYuMssxOaWHW2oWgbdacyj6k8qF42OzM8="; 15 }; 16 17 useFetchCargoVendor = true; 18 - cargoHash = "sha256-XqiSVndG6Ep8wifgkAILBbKnljeZNehSL8UTf5I9vEU="; 19 20 meta = { 21 homepage = "https://github.com/tun2proxy/tun2proxy";
··· 6 7 rustPlatform.buildRustPackage rec { 8 pname = "tun2proxy"; 9 + version = "0.7.6"; 10 11 src = fetchCrate { 12 pname = "tun2proxy"; 13 inherit version; 14 + hash = "sha256-hAZZ9pSoIgAb4JYhi9mGHMD4CIjnxVJU00PDsQe6OLY="; 15 }; 16 17 useFetchCargoVendor = true; 18 + cargoHash = "sha256-A/hBV/koIR7gLIZVCoaRk5DI11NZ5HI+xn6qkU+fxaI="; 19 20 meta = { 21 homepage = "https://github.com/tun2proxy/tun2proxy";