From 0cf75518f0b5408ac708b1c79a28199d67f835c1 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 23 Nov 2014 21:05:56 +0100 Subject: [PATCH] haskell-colors: update to version 0.2.0.1 --- pkgs/development/libraries/haskell/colors/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/haskell/colors/default.nix b/pkgs/development/libraries/haskell/colors/default.nix index f5523a5a2b5..167637863ef 100644 --- a/pkgs/development/libraries/haskell/colors/default.nix +++ b/pkgs/development/libraries/haskell/colors/default.nix @@ -4,8 +4,8 @@ cabal.mkDerivation (self: { pname = "colors"; - version = "0.2"; - sha256 = "009qkab6m1gnvxc23ayhv5h2v9mpiji5hasiym7a8nm69p8678xa"; + version = "0.2.0.1"; + sha256 = "0xl7hdp1di8gl0g28vz2lm6pbj7hihdkfnr18843016736hll4qn"; buildDepends = [ profunctors ]; meta = { homepage = "https://github.com/fumieval/colors";