gurk-rs: 0.2.3 -> 0.2.4

This commit is contained in:
devhell 2022-05-31 14:09:22 +01:00
parent 958fcfb4fa
commit 477c85f46a

View File

@ -7,16 +7,16 @@
rustPlatform.buildRustPackage rec {
pname = "gurk-rs";
version = "0.2.3";
version = "0.2.4";
src = fetchFromGitHub {
owner = "boxdot";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Mko5udM8BY50uUwn7xESxB+s0MEO1kAJX4Dt/DnEEa4=";
sha256 = "sha256-WZUoUvu7GaiBOaRAOGRCXrLe6u3DRbI6CDTAf5jryGc=";
};
cargoHash = "sha256-pYMMgBvLsqkj2peouDQK1vn97ByUjtdCrkbzuZZLXrY=";
cargoHash = "sha256-81ZW61JX40W0D/cmYogR3RJH2dvEKW1K7sIsl2io/7E=";
buildInputs = [ protobuf ];
PROTOC = "${protobuf}/bin/protoc";