unison-fsmonitor: 0.3.3 -> 0.3.4

This commit is contained in:
Yongun Seong 2024-05-27 11:08:47 +09:00
parent dfd9a2a7cd
commit 3b1b7987af
No known key found for this signature in database

@ -7,15 +7,15 @@
rustPlatform.buildRustPackage rec {
pname = "unison-fsmonitor";
version = "0.3.3";
version = "0.3.4";
src = fetchFromGitHub {
owner = "autozimu";
repo = "unison-fsmonitor";
rev = "v${version}";
hash = "sha256-JA0WcHHDNuQOal/Zy3yDb+O3acZN3rVX1hh0rOtRR+8=";
hash = "sha256-U/KMKYqYVSeYBmW+PnXtvjnyUTjTJgtpwy1GPefqJOk=";
};
cargoHash = "sha256-aqAa0F1NSJI1nckTjG5C7VLxaLjJgD+9yK/IpclSMqs=";
cargoHash = "sha256-eKRayFU3xq2uo6YeFqcTPLInZYlympH6Z01vOCVsVqQ=";
buildInputs = lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.CoreServices