haskell-x509-store: update to version 1.5.0

This commit is contained in:
Peter Simons 2014-10-19 14:21:39 +02:00
parent 52f27f0187
commit 4b68e362a0

View File

@ -1,15 +1,15 @@
# 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, cryptoPubkeyTypes, filepath, mtl { cabal, asn1Encoding, asn1Types, cryptoPubkeyTypes, filepath, mtl
, pem, time, x509 , pem, x509
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "x509-store"; pname = "x509-store";
version = "1.4.4"; version = "1.5.0";
sha256 = "0i3hfrddr0wpfl75a76a1j24az08z4x7ya8l5qcdk7c1lr2c2bw8"; sha256 = "1w9sqb007s4avjzvrdwq13a4c528h7h2lg3m8cl31syrgznc9ny5";
buildDepends = [ buildDepends = [
asn1Encoding asn1Types cryptoPubkeyTypes filepath mtl pem time x509 asn1Encoding asn1Types cryptoPubkeyTypes filepath mtl pem x509
]; ];
meta = { meta = {
homepage = "http://github.com/vincenthz/hs-certificate"; homepage = "http://github.com/vincenthz/hs-certificate";