3
0
Fork 0
forked from mirrors/nixpkgs

haskell-skein: updated to version 0.1.0.1

svn path=/nixpkgs/trunk/; revision=29670
This commit is contained in:
Peter Simons 2011-10-05 17:09:39 +00:00
parent 7776c66a84
commit 384ad944cb

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "skein";
version = "0.1";
sha256 = "10fnhbjdq4vrpl17b27pmxg943wsxv27js6p5nrgyzx9ybmdrmdi";
version = "0.1.0.1";
sha256 = "1i05ajmnsm0ac9cqnf1lmdaa6sxkirxv5r2h8phpapzvzwislpr8";
buildDepends = [ cereal cryptoApi tagged ];
meta = {
description = "Skein, a family of cryptographic hash functions. Includes Skein-MAC as well.";