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:
parent
dce9c66686
commit
4f7cd83e6f
1 changed files with 3 additions and 3 deletions
|
@ -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" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue