protox: 0.4.1 -> 0.5.0

Diff: https://diff.rs/protox/0.4.1/0.5.0

Changelog: https://github.com/andrewhickman/protox/blob/0.5.0/CHANGELOG.md
This commit is contained in:
figsoda 2023-09-02 09:33:06 -04:00
parent dce9c66686
commit 4f7cd83e6f

View file

@ -5,14 +5,14 @@
rustPlatform.buildRustPackage rec {
pname = "protox";
version = "0.4.1";
version = "0.5.0";
src = fetchCrate {
inherit pname version;
hash = "sha256-n72Fvdo6LLk8pzYS2/5zk+dbsLRPAm6NZ5DsMRyHCTY=";
hash = "sha256-U9+7k7dQ6YFfsKMfFMg34g42qLvn+mcSRlAAys3eXNo=";
};
cargoHash = "sha256-wW4UcC3QAtriLEiXPndP+tZATftWP7ySavpIV6cGVCA=";
cargoHash = "sha256-sNOw19gxj+cEctxhXNWI8u15VJYlN8nSNl6Ha9sB/eE=";
buildFeatures = [ "bin" ];