3
0
Fork 0
forked from mirrors/nixpkgs

haskell-x509-validation: update to version 1.5.1

This commit is contained in:
Peter Simons 2014-10-19 14:21:42 +02:00
parent abd1729bcc
commit 335c577ca0

View file

@ -1,18 +1,18 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually! # This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, asn1Encoding, asn1Types, byteable, cryptohash { cabal, asn1Encoding, asn1Types, byteable, cryptohash
, cryptoPubkey, cryptoPubkeyTypes, dataDefaultClass, filepath, mtl , cryptoPubkey, cryptoPubkeyTypes, dataDefaultClass, filepath
, network, pem, time, x509, x509Store , hourglass, mtl, network, pem, x509, x509Store
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "x509-validation"; pname = "x509-validation";
version = "1.5.0"; version = "1.5.1";
sha256 = "1xarn00ipi77whly5yjlpqa0xd25lj0jf4xk8ylp4ba58hvcxqrn"; sha256 = "19cp187id9hdlzkr7sbv2sdxqxnpjv0db09hwf3zdqqqxr30mn6x";
buildDepends = [ buildDepends = [
asn1Encoding asn1Types byteable cryptohash cryptoPubkey asn1Encoding asn1Types byteable cryptohash cryptoPubkey
cryptoPubkeyTypes dataDefaultClass filepath mtl network pem time cryptoPubkeyTypes dataDefaultClass filepath hourglass mtl network
x509 x509Store pem x509 x509Store
]; ];
meta = { meta = {
homepage = "http://github.com/vincenthz/hs-certificate"; homepage = "http://github.com/vincenthz/hs-certificate";