1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

haskell-pureMD5: update to version 2.1.2.1

This commit is contained in:
Peter Simons 2012-09-10 15:08:23 +02:00
parent 2d5e95a09c
commit 76ae366292

View file

@ -2,10 +2,8 @@
cabal.mkDerivation (self: {
pname = "pureMD5";
version = "2.1.0.3";
sha256 = "0whlsb6zq4zcp3wq0bd6pgcsl0namr8b2s6i4l5aykq8v7fx40ii";
isLibrary = true;
isExecutable = true;
version = "2.1.2.1";
sha256 = "1zsn949qk95bwx1fbyv84q0lhb4k18bgixl7nivfzsnmhr31fs37";
buildDepends = [ binary cereal cryptoApi tagged ];
meta = {
description = "A Haskell-only implementation of the MD5 digest (hash) algorithm";