Merge pull request #195720 from gdinh/macfuse-update

macfuse-stubs: 4.1.0 -> 4.4.1
This commit is contained in:
Mario Rodas 2022-10-14 21:35:53 -05:00 committed by GitHub
commit fd1660747c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "macfuse-stubs";
version = "4.1.0";
version = "4.4.1";
src = fetchurl {
url = "https://github.com/osxfuse/osxfuse/releases/download/macfuse-${version}/macfuse-${version}.dmg";
sha256 = "118hg64w5wb95lbxw6w1hbqxrx3plcbxfjhvxx86q0zx0saa9diw";
sha256 = "2a2d0f37ec5fcff547c5efa7d08539103a0b46bc16080c2b41a7e749f6e65c61";
};
nativeBuildInputs = [ cpio xar undmg libtapi ];