From 22e399082c653b2f5e7a9ca6ad0d81178fac0ac5 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 8 Jan 2014 12:31:49 +0100 Subject: [PATCH] haskell-cipher-aes128: update to version 0.6.1 --- pkgs/development/libraries/haskell/cipher-aes128/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/haskell/cipher-aes128/default.nix b/pkgs/development/libraries/haskell/cipher-aes128/default.nix index 0f82286d81ff..0ccecef6f07f 100644 --- a/pkgs/development/libraries/haskell/cipher-aes128/default.nix +++ b/pkgs/development/libraries/haskell/cipher-aes128/default.nix @@ -2,8 +2,8 @@ cabal.mkDerivation (self: { pname = "cipher-aes128"; - version = "0.6"; - sha256 = "1zpxg14csb52rjsvvfcyhpl9yfyidx73zxpdsipxvb1w26p8sl7y"; + version = "0.6.1"; + sha256 = "0alvsz6l3ihjbl2ygml6k117j4z3485d7ny6cjv1cz3by688s76g"; isLibrary = true; isExecutable = true; buildDepends = [ cereal cryptoApi tagged ];