Unverified Commit 62149b4c authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #315116 from NixOS/backport-315070-to-release-24.05

[Backport release-24.05] unison-fsmonitor: 0.3.3 -> 0.3.4
parents 39ffb04f f2657696
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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