unison-fsmonitor: 0.3.4 -> 0.3.8

Diff: https://github.com/autozimu/unison-fsmonitor/compare/v0.3.4...v0.3.8
This commit is contained in:
Yongun Seong
2024-11-10 12:45:25 +09:00
parent 465eab85d2
commit 2fa74a49bd
+3 -3
View File
@@ -7,15 +7,15 @@
rustPlatform.buildRustPackage rec {
pname = "unison-fsmonitor";
version = "0.3.4";
version = "0.3.8";
src = fetchFromGitHub {
owner = "autozimu";
repo = "unison-fsmonitor";
rev = "v${version}";
hash = "sha256-U/KMKYqYVSeYBmW+PnXtvjnyUTjTJgtpwy1GPefqJOk=";
hash = "sha256-1W05b9s0Pg2LzNu0mFo/JKpPw0QORqZkXhbbSuCZIUo=";
};
cargoHash = "sha256-eKRayFU3xq2uo6YeFqcTPLInZYlympH6Z01vOCVsVqQ=";
cargoHash = "sha256-i5FRTdilY1T25KefZjVS2aVQjfH6KrvO0c4Wwes6zYQ=";
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
darwin.apple_sdk.frameworks.CoreServices