From 761af7657471a6c9bc69a0ae80e8dd52217b29df Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 14 Jul 2014 10:54:03 +0200 Subject: [PATCH] haskell-streaming-commons: update to version 0.1.3.1 --- .../libraries/haskell/streaming-commons/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/haskell/streaming-commons/default.nix b/pkgs/development/libraries/haskell/streaming-commons/default.nix index 6aff1d213179..763476dd1c08 100644 --- a/pkgs/development/libraries/haskell/streaming-commons/default.nix +++ b/pkgs/development/libraries/haskell/streaming-commons/default.nix @@ -6,8 +6,8 @@ cabal.mkDerivation (self: { pname = "streaming-commons"; - version = "0.1.3"; - sha256 = "0zv309lqmv5bgbmxx5k0zk4iyxwj77lwqcaaycizi7559nzvsrh3"; + version = "0.1.3.1"; + sha256 = "0ryj9pp681f1pqvcyy5ci2zng6ax93j5navm886k095wxmamhzmf"; buildDepends = [ blazeBuilder network random text transformers zlib ];