haskell-hinotify: update to version 0.3.5
This commit is contained in:
parent
39e5c66df2
commit
431b0dc03e
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "hinotify";
|
pname = "hinotify";
|
||||||
version = "0.3.2";
|
version = "0.3.5";
|
||||||
sha256 = "0gr9rv1af6w7g2hbjhz1livi5zfhzdswjyapvjz3d7cga906bj48";
|
sha256 = "00pzvqw2w3gbz8j4hiz8zxm7rki07g1iamjlbazz3kmpwcgjxi0l";
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://code.haskell.org/hinotify/README.html";
|
homepage = "https://github.com/kolmodin/hinotify.git";
|
||||||
description = "Haskell binding to INotify";
|
description = "Haskell binding to inotify";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue