gurk-rs: 0.2.5 -> 0.3.0

https://github.com/boxdot/gurk-rs/releases/tag/v0.3.0
This commit is contained in:
Mario Rodas 2022-11-04 04:20:00 +00:00
parent 8d64b2e7f7
commit d2a94b1a9b

View File

@ -7,20 +7,21 @@
rustPlatform.buildRustPackage rec {
pname = "gurk-rs";
version = "0.2.5";
version = "0.3.0";
src = fetchFromGitHub {
owner = "boxdot";
repo = pname;
rev = "v${version}";
sha256 = "sha256-CEsnZ0V85eOH+bjtico5yo9kS6eMT7Dx3H6wiDUjQm4=";
sha256 = "sha256-uJvi082HkWW9y8jwHTvzuzBAi7uVtjq/4U0bO0EWdVM=";
};
postPatch = ''
rm .cargo/config.toml
'';
cargoHash = "sha256-z+2G/hD1zYOoJrYFB0eEP6y9MoV2OfdkJVt6je94EkU=";
cargoHash = "sha256-jS6wAswGqgfmpPV6qERhqn1IhpcBSDNh8HDdPo04F0A=";
buildInputs = [ protobuf ];
PROTOC = "${protobuf}/bin/protoc";