fuse3: 3.2.1 -> 3.2.2

Stop using bin/mount.fuse from fuse3 for fuse2 (mount.fuse from fuse3
isn't guaranteed to remain backwards compatible).
This commit is contained in:
Michael Weiss
2018-04-01 01:55:14 +02:00
parent a4dc9ef13e
commit c00b5bf6a2
4 changed files with 24 additions and 10 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ in {
};
fuse_3 = mkFuse {
version = "3.2.1";
sha256Hash = "19bsvb5lc8k1i0h5ld109kixn6mdshzvg3y7820k9mnw34kh09y0";
version = "3.2.2";
sha256Hash = "1a0x4vpyg9lc6clwvx995mk0v6jqd37xabzp9rpdir37x814g3wh";
maintainers = [ maintainers.primeos ];
};
}