mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
haskell-x509-store: update to version 1.5.0
This commit is contained in:
parent
52f27f0187
commit
4b68e362a0
@ -1,15 +1,15 @@
|
||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, asn1Encoding, asn1Types, cryptoPubkeyTypes, filepath, mtl
|
||||
, pem, time, x509
|
||||
, pem, x509
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "x509-store";
|
||||
version = "1.4.4";
|
||||
sha256 = "0i3hfrddr0wpfl75a76a1j24az08z4x7ya8l5qcdk7c1lr2c2bw8";
|
||||
version = "1.5.0";
|
||||
sha256 = "1w9sqb007s4avjzvrdwq13a4c528h7h2lg3m8cl31syrgznc9ny5";
|
||||
buildDepends = [
|
||||
asn1Encoding asn1Types cryptoPubkeyTypes filepath mtl pem time x509
|
||||
asn1Encoding asn1Types cryptoPubkeyTypes filepath mtl pem x509
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://github.com/vincenthz/hs-certificate";
|
||||
|
Loading…
Reference in New Issue
Block a user