protox: 0.5.0 -> 0.9.0

This commit is contained in:
R. Ryantm
2025-06-14 02:36:02 +00:00
parent 90fb94278e
commit a3352d2c31
+3 -3
View File
@@ -6,15 +6,15 @@
rustPlatform.buildRustPackage rec {
pname = "protox";
version = "0.5.0";
version = "0.9.0";
src = fetchCrate {
inherit pname version;
hash = "sha256-U9+7k7dQ6YFfsKMfFMg34g42qLvn+mcSRlAAys3eXNo=";
hash = "sha256-7vXh4wedBskF9qtAVZn0mevzUoy7rlBCnxqzKU6NXwQ=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-Hfo7Yj2ttO5Yj1YfksjgN5RVUocSsS23I+p+0whpzX4=";
cargoHash = "sha256-+F4R99YsWUjJukEtAEeH/N/J3YqnhJ/YcATfbPOFjuo=";
buildFeatures = [ "bin" ];