unionfs-fuse: 1.0 -> 2.0
This commit is contained in:
parent
456c76169d
commit
d2ff74f9dd
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "unionfs-fuse-${version}";
|
name = "unionfs-fuse-${version}";
|
||||||
version = "1.0";
|
version = "2.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "rpodgorny";
|
owner = "rpodgorny";
|
||||||
repo = "unionfs-fuse";
|
repo = "unionfs-fuse";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0g2hd6yi6v8iqzmgncg1zi9a7ixy9hsh51rzf6jnmzi79543dihf";
|
sha256 = "0lb8zgdxnjy2fjr2284hvdfn7inc1in44ynzgcr66x54bxzvynj6";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches =
|
patches =
|
||||||
@ -34,10 +34,11 @@ stdenv.mkDerivation rec {
|
|||||||
substituteInPlace $out/sbin/mount.unionfs-fuse --replace unionfs $out/bin/unionfs
|
substituteInPlace $out/sbin/mount.unionfs-fuse --replace unionfs $out/bin/unionfs
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "FUSE UnionFS implementation";
|
description = "FUSE UnionFS implementation";
|
||||||
homepage = http://podgorny.cz/moin/UnionFsFuse;
|
homepage = https://github.com/rpodgorny/unionfs-fuse;
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
maintainers = with maintainers; [ orivej ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -1346,7 +1346,7 @@ with pkgs;
|
|||||||
|
|
||||||
unifdef = callPackage ../development/tools/misc/unifdef { };
|
unifdef = callPackage ../development/tools/misc/unifdef { };
|
||||||
|
|
||||||
"unionfs-fuse" = callPackage ../tools/filesystems/unionfs-fuse { };
|
unionfs-fuse = callPackage ../tools/filesystems/unionfs-fuse { };
|
||||||
|
|
||||||
usb-modeswitch = callPackage ../development/tools/misc/usb-modeswitch { };
|
usb-modeswitch = callPackage ../development/tools/misc/usb-modeswitch { };
|
||||||
usb-modeswitch-data = callPackage ../development/tools/misc/usb-modeswitch/data.nix { };
|
usb-modeswitch-data = callPackage ../development/tools/misc/usb-modeswitch/data.nix { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user