tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
macfuse-stubs: 4.1.0 -> 4.4.1
Grace Dinh
3 years ago
521d1452
d0ac2bea
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
darwin
macfuse
default.nix
+2
-2
pkgs/os-specific/darwin/macfuse/default.nix
···
2
3
stdenv.mkDerivation rec {
4
pname = "macfuse-stubs";
5
-
version = "4.1.0";
6
7
src = fetchurl {
8
url = "https://github.com/osxfuse/osxfuse/releases/download/macfuse-${version}/macfuse-${version}.dmg";
9
-
sha256 = "118hg64w5wb95lbxw6w1hbqxrx3plcbxfjhvxx86q0zx0saa9diw";
10
};
11
12
nativeBuildInputs = [ cpio xar undmg libtapi ];
···
2
3
stdenv.mkDerivation rec {
4
pname = "macfuse-stubs";
5
+
version = "4.4.1";
6
7
src = fetchurl {
8
url = "https://github.com/osxfuse/osxfuse/releases/download/macfuse-${version}/macfuse-${version}.dmg";
9
+
sha256 = "2a2d0f37ec5fcff547c5efa7d08539103a0b46bc16080c2b41a7e749f6e65c61";
10
};
11
12
nativeBuildInputs = [ cpio xar undmg libtapi ];