Update comet.

This commit is contained in:
CronyAkatsuki 2024-04-15 10:37:14 +02:00
parent c7f31647b4
commit 6c420fc6b9

View File

@ -7,13 +7,14 @@ rustPlatform.buildRustPackage rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "imLinguin"; owner = "imLinguin";
repo = "comet"; repo = "comet";
rev = "389e5d4316c4d384fcb089e0d3289a9c21c07291"; rev = "95753236846cbd0980e679c4dbe73fb5908a6956";
hash = "sha256-10MvcR62OI0dZSoUNzmM6QjyZGSfG9Re7CW0nW1iZz4="; hash = "sha256-5PjBOd6RIvnd41PjiGZKl+nq9ZKBZHsXNjYdSsnsu+w=";
fetchSubmodules = true; fetchSubmodules = true;
}; };
PROTOC = "${protobuf}/bin/protoc";
PROTOC_INCLUDE = "${protobuf}/include";
nativeBuildInputs = [ protobuf ]; nativeBuildInputs = [ protobuf ];
patches = [ ./patches/comet.patch ];
cargoLock.lockFile = src + /Cargo.lock; cargoLock.lockFile = src + /Cargo.lock;
} }