File tree 2 files changed +8
-7
lines changed
tools/filesystems/unionfs-fuse
2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
stdenv . mkDerivation rec {
4
4
name = "unionfs-fuse-${ version } " ;
5
- version = "1 .0" ;
5
+ version = "2 .0" ;
6
6
7
7
src = fetchFromGitHub {
8
8
owner = "rpodgorny" ;
9
9
repo = "unionfs-fuse" ;
10
10
rev = "v${ version } " ;
11
- sha256 = "0g2hd6yi6v8iqzmgncg1zi9a7ixy9hsh51rzf6jnmzi79543dihf " ;
11
+ sha256 = "0lb8zgdxnjy2fjr2284hvdfn7inc1in44ynzgcr66x54bxzvynj6 " ;
12
12
} ;
13
13
14
14
patches =
@@ -34,10 +34,11 @@ stdenv.mkDerivation rec {
34
34
substituteInPlace $out/sbin/mount.unionfs-fuse --replace unionfs $out/bin/unionfs
35
35
'' ;
36
36
37
- meta = {
37
+ meta = with stdenv . lib ; {
38
38
description = "FUSE UnionFS implementation" ;
39
- homepage = http://podgorny.cz/moin/UnionFsFuse ;
40
- license = stdenv . lib . licenses . bsd3 ;
41
- platforms = stdenv . lib . platforms . linux ;
39
+ homepage = https://github.com/rpodgorny/unionfs-fuse ;
40
+ license = licenses . bsd3 ;
41
+ platforms = platforms . linux ;
42
+ maintainers = with maintainers ; [ orivej ] ;
42
43
} ;
43
44
}
Original file line number Diff line number Diff line change @@ -1346,7 +1346,7 @@ with pkgs;
1346
1346
1347
1347
unifdef = callPackage ../development/tools/misc/unifdef { };
1348
1348
1349
- " unionfs-fuse" = callPackage ../tools/filesystems/unionfs-fuse { };
1349
+ unionfs-fuse = callPackage ../tools/filesystems/unionfs-fuse { };
1350
1350
1351
1351
usb-modeswitch = callPackage ../development/tools/misc/usb-modeswitch { };
1352
1352
usb-modeswitch-data = callPackage ../development/tools/misc/usb-modeswitch/data.nix { };
You can’t perform that action at this time.
0 commit comments