protox: 0.5.0 -> 0.9.0 (#416576)

This commit is contained in:
Wolfgang Walther
2025-06-26 21:03:50 +00:00
committed by GitHub
+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" ];