Skip to content

Commit eab106d

Browse files
committed
nix: Rename Consensus package
1 parent adb8ba4 commit eab106d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

cabal.project

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ if impl (ghc >= 9.12)
7878
source-repository-package
7979
type: git
8080
location: https://github.com/IntersectMBO/cardano-ledger
81-
tag: 30a3e666b84f9d056f464b3a00c56ab0c5bccacd
82-
--sha256: sha256-DsBE94iDxHkFnRdREZUOZYkydIMnp7U09N4SnaRc6+s=
81+
tag: 8e18f1607ffd9ff17ccb146065de6623bb3cdf39
82+
--sha256: sha256-Uu4xS0mdQOpsABifCR9deczTJmUb6WUiunup42qdBfk=
8383
subdir:
8484
eras/allegra/impl
8585
eras/alonzo/impl
@@ -117,8 +117,8 @@ source-repository-package
117117
source-repository-package
118118
type: git
119119
location: https://github.com/input-output-hk/kes-agent
120-
tag: 84c98f369d58e86cf7a339ccce583252d4cb5773
121-
--sha256: sha256-0RsKmpXcJfO4bFos5Mx71lUye3bo7g6lc+gXCaKzxJs=
120+
tag: 7aedefc0077ffaf93bf46508c1fe0d7efdead227
121+
--sha256: sha256-ZcB0pPex349uH1W7ha5ez7Kx/XadK00j5wRm7+vyX0s=
122122
subdir:
123123
kes-agent
124124
kes-agent-crypto

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
"https://chap.intersectmbo.org/" = inputs.CHaP;
165165
};
166166
shell = {
167-
packages = p: [p.cardano-cli p.cardano-ledger-core p.cardano-api p.ouroboros-consensus-cardano];
167+
packages = p: [p.cardano-cli p.cardano-ledger-core p.cardano-api p.ouroboros-consensus];
168168
# tools we want in our shell, from hackage
169169
tools =
170170
{

0 commit comments

Comments
 (0)