Update comet.
This commit is contained in:
parent
c7f31647b4
commit
6c420fc6b9
@ -7,13 +7,14 @@ rustPlatform.buildRustPackage rec {
|
||||
src = fetchFromGitHub {
|
||||
owner = "imLinguin";
|
||||
repo = "comet";
|
||||
rev = "389e5d4316c4d384fcb089e0d3289a9c21c07291";
|
||||
hash = "sha256-10MvcR62OI0dZSoUNzmM6QjyZGSfG9Re7CW0nW1iZz4=";
|
||||
rev = "95753236846cbd0980e679c4dbe73fb5908a6956";
|
||||
hash = "sha256-5PjBOd6RIvnd41PjiGZKl+nq9ZKBZHsXNjYdSsnsu+w=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
PROTOC = "${protobuf}/bin/protoc";
|
||||
PROTOC_INCLUDE = "${protobuf}/include";
|
||||
nativeBuildInputs = [ protobuf ];
|
||||
patches = [ ./patches/comet.patch ];
|
||||
|
||||
cargoLock.lockFile = src + /Cargo.lock;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user