Merge pull request #252940 from figsoda/protox

protox: 0.4.1 -> 0.5.0

authored by

Mario Rodas and committed by
GitHub
59048c40 49bd869a

+3 -3
+3 -3
pkgs/development/tools/misc/protox/default.nix
··· 5 6 rustPlatform.buildRustPackage rec { 7 pname = "protox"; 8 - version = "0.4.1"; 9 10 src = fetchCrate { 11 inherit pname version; 12 - hash = "sha256-n72Fvdo6LLk8pzYS2/5zk+dbsLRPAm6NZ5DsMRyHCTY="; 13 }; 14 15 - cargoHash = "sha256-wW4UcC3QAtriLEiXPndP+tZATftWP7ySavpIV6cGVCA="; 16 17 buildFeatures = [ "bin" ]; 18
··· 5 6 rustPlatform.buildRustPackage rec { 7 pname = "protox"; 8 + version = "0.5.0"; 9 10 src = fetchCrate { 11 inherit pname version; 12 + hash = "sha256-U9+7k7dQ6YFfsKMfFMg34g42qLvn+mcSRlAAys3eXNo="; 13 }; 14 15 + cargoHash = "sha256-sNOw19gxj+cEctxhXNWI8u15VJYlN8nSNl6Ha9sB/eE="; 16 17 buildFeatures = [ "bin" ]; 18