leaf: 0.1.0 -> 0.2.0

This commit is contained in:
IogaMaster 2024-01-05 18:37:35 -07:00
parent 8f3c9dec12
commit 39c6482297
No known key found for this signature in database

View File

@ -7,16 +7,16 @@
rustPlatform.buildRustPackage rec {
pname = "leaf";
version = "0.1.0";
version = "0.2.0";
src = fetchFromGitHub {
owner = "IogaMaster";
repo = "leaf";
rev = "v${version}";
hash = "sha256-FbvXH0DXA+XvZuWZ7iJi4PqgoPv5qy5SWdXFlfBSmlM=";
hash = "sha256-y0NO9YcOO7T7Cqc+/WeactwBAkeUqdCca87afOlO1Bk=";
};
cargoHash = "sha256-CsO3JzL5IqxGpj9EbbuDmmarzYpLFmmekX0W9mAQSzI=";
cargoHash = "sha256-2I0XusAI98WLzGcwEorPmtcK3VkpwpkIn0JKwn3gT1c=";
buildInputs = lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.CoreFoundation