haskell-HFuse: update to version 0.2.4.4
This commit is contained in:
parent
3bf08aaa6b
commit
9f888fbeda
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "HFuse";
|
pname = "HFuse";
|
||||||
version = "0.2.4.3";
|
version = "0.2.4.4";
|
||||||
sha256 = "1daka673mx0gsnsa04pxani7n4wp93hflzxs3imzy4sgb30p7l01";
|
sha256 = "1wsrf9y90dk27da9pm9m11hnrxwrqwvq6c9799b91a91mc2lxslc";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
extraLibraries = [ fuse ];
|
extraLibraries = [ fuse ];
|
||||||
@ -17,6 +17,6 @@ cabal.mkDerivation (self: {
|
|||||||
description = "HFuse is a binding for the Linux FUSE library";
|
description = "HFuse is a binding for the Linux FUSE library";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.stdenv.lib.platforms.linux;
|
platforms = self.stdenv.lib.platforms.linux;
|
||||||
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
maintainers = with self.stdenv.lib.maintainers; [ andres ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user