From f027629158411b2976ded40cf8f04493060dc60e Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 7 Aug 2014 12:42:08 +0200 Subject: [PATCH] haskell-auto-update: update to version 0.1.1.0 --- pkgs/development/libraries/haskell/auto-update/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/haskell/auto-update/default.nix b/pkgs/development/libraries/haskell/auto-update/default.nix index 96096e73be2f..da80caa63649 100644 --- a/pkgs/development/libraries/haskell/auto-update/default.nix +++ b/pkgs/development/libraries/haskell/auto-update/default.nix @@ -4,8 +4,8 @@ cabal.mkDerivation (self: { pname = "auto-update"; - version = "0.1.0.0"; - sha256 = "000aaccwpi373fnnmnq08d3128ncgv3w6pj25px25c2kp56z4c0l"; + version = "0.1.1.0"; + sha256 = "0nag7x41fbi8ic0f9kr14vllk7nyzd47364fpirkydjqp48qfv3j"; testDepends = [ hspec ]; meta = { homepage = "https://github.com/yesodweb/wai";