From c7bd8255a69c3fcaea5d2f8e6d03bdb55fa56b15 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 28 Apr 2014 19:17:33 +0200 Subject: [PATCH] haskell-hinotify: update to version 0.3.7 --- pkgs/development/libraries/haskell/hinotify/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/haskell/hinotify/default.nix b/pkgs/development/libraries/haskell/hinotify/default.nix index bd706339c02..d33a294effd 100644 --- a/pkgs/development/libraries/haskell/hinotify/default.nix +++ b/pkgs/development/libraries/haskell/hinotify/default.nix @@ -2,8 +2,8 @@ cabal.mkDerivation (self: { pname = "hinotify"; - version = "0.3.6"; - sha256 = "0vzn9z90z9zk7g9pvbrgm6xyb4b5x2dai1c70fvmdi3w4h2x17zw"; + version = "0.3.7"; + sha256 = "0i7mxg9ilzcgijda6j3ya5xnpbxa3wm9xswdfif95jim9w82sw0b"; meta = { homepage = "https://github.com/kolmodin/hinotify.git"; description = "Haskell binding to inotify";