Skip to content

Commit e532443

Browse files
committed
Upgrade cardano-crypto-class-2.2.3.2 with hashes deserialisation fix
1 parent 054d33c commit e532443

File tree

4 files changed

+30
-30
lines changed

4 files changed

+30
-30
lines changed

cabal.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repository cardano-haskell-packages
1414
-- you need to run if you change them
1515
index-state:
1616
, hackage.haskell.org 2025-11-05T09:40:54Z
17-
, cardano-haskell-packages 2025-11-05T10:16:35Z
17+
, cardano-haskell-packages 2025-11-24T10:27:41Z
1818

1919
packages:
2020
cardano-api

cardano-api/cardano-api.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ library
124124
cardano-addresses ^>=4.0.0,
125125
cardano-binary,
126126
cardano-crypto,
127-
cardano-crypto-class ^>=2.2.1,
127+
cardano-crypto-class ^>=2.2.3.2,
128128
cardano-crypto-wrapper ^>=1.6,
129129
cardano-data >=1.0,
130130
cardano-ledger-allegra >=1.7,
@@ -324,7 +324,7 @@ library gen
324324
bytestring,
325325
cardano-api,
326326
cardano-binary >=1.6 && <1.8,
327-
cardano-crypto-class ^>=2.2.1,
327+
cardano-crypto-class,
328328
cardano-crypto-test ^>=1.6,
329329
cardano-crypto-wrapper,
330330
cardano-ledger-alonzo >=1.8.1,
@@ -367,7 +367,7 @@ test-suite cardano-api-test
367367
cardano-api:gen,
368368
cardano-binary,
369369
cardano-crypto,
370-
cardano-crypto-class ^>=2.2.1,
370+
cardano-crypto-class,
371371
cardano-crypto-tests ^>=2.2,
372372
cardano-crypto-wrapper,
373373
cardano-ledger-alonzo,
@@ -443,7 +443,7 @@ test-suite cardano-api-golden
443443
cardano-api,
444444
cardano-api:gen,
445445
cardano-binary,
446-
cardano-crypto-class ^>=2.2.1,
446+
cardano-crypto-class,
447447
cardano-data >=1.0,
448448
cardano-ledger-alonzo,
449449
cardano-ledger-api ^>=1.12.1,

flake.lock

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
};
1414
# blst fails to build for x86_64-darwin
1515
# nixpkgs.follows = "haskellNix/nixpkgs-unstable";
16-
nixpkgs.url = "github:NixOS/nixpkgs/4284c2b73c8bce4b46a6adf23e16d9e2ec8da4bb";
16+
nixpkgs.url = "github:NixOS/nixpkgs/34b4e989477310bde8e4972c6595e46f98745f87";
1717
iohkNix.url = "github:input-output-hk/iohk-nix";
1818
flake-utils.url = "github:hamishmack/flake-utils/hkm/nested-hydraJobs";
1919
pre-commit-hooks.url = "github:cachix/git-hooks.nix";

0 commit comments

Comments
 (0)