Skip to content

Commit

Permalink
unison-fsmonitor: 0.3.4 -> 0.3.8, modernize (#354907)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Dec 17, 2024
2 parents e315b2e + 98c25c9 commit 8da4155
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions pkgs/by-name/un/unison-fsmonitor/package.nix
Original file line number Diff line number Diff line change
@@ -1,25 +1,20 @@
{ lib
, stdenv
, fetchFromGitHub
, rustPlatform
, darwin
{
lib,
fetchFromGitHub,
rustPlatform,
}:

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=";

buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
darwin.apple_sdk.frameworks.CoreServices
];
cargoHash = "sha256-i5FRTdilY1T25KefZjVS2aVQjfH6KrvO0c4Wwes6zYQ=";

checkFlags = [
# accesses /usr/bin/env
Expand Down

0 comments on commit 8da4155

Please sign in to comment.