Skip to content

Commit

Permalink
Merge pull request #320197 from flokli/macfuse-4.8.0
Browse files Browse the repository at this point in the history
macfuse: 4.4.1 -> 4.8.0
  • Loading branch information
flokli committed Jun 17, 2024
2 parents 36bd9a0 + 73406d2 commit 0ec9664
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/darwin/macfuse/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "macfuse-stubs";
version = "4.4.1";
version = "4.8.0";

src = fetchurl {
url = "https://github.com/osxfuse/osxfuse/releases/download/macfuse-${version}/macfuse-${version}.dmg";
sha256 = "2a2d0f37ec5fcff547c5efa7d08539103a0b46bc16080c2b41a7e749f6e65c61";
hash = "sha256-ucTzO2qdN4QkowMVvC3+4pjEVjbwMsB0xFk+bvQxwtQ=";
};

nativeBuildInputs = [ cpio xar undmg libtapi ];
Expand Down

0 comments on commit 0ec9664

Please sign in to comment.