Skip to content

Commit d71c8ae

Browse files
committed
Update to node-9.1.0
1 parent 3fc3520 commit d71c8ae

File tree

3 files changed

+44
-27
lines changed

3 files changed

+44
-27
lines changed

cabal.project

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ repository cardano-haskell-packages
1010
d4a35cd3121aa00d18544bb0ac01c3e1691d618f462c46129271bccf39f7e8ee
1111

1212
index-state:
13-
, hackage.haskell.org 2024-07-16T21:43:42Z
14-
, cardano-haskell-packages 2024-07-16T05:49:34Z
13+
, hackage.haskell.org 2024-06-23T23:01:13Z
14+
, cardano-haskell-packages 2024-07-24T14:16:32Z
1515

1616
packages:
1717
cardano-db
@@ -88,8 +88,8 @@ constraints:
8888
source-repository-package
8989
type: git
9090
location: https://github.com/IntersectMBO/cardano-node
91-
tag: 2820a63dc934c6d5b5f450b6c2543b81c6476696
92-
--sha256: sha256-ESE5/7XzXeIZldkYPbMd8CoMKQo9ghY1vOkhHpOj0K4=
91+
tag: 176f99e51155cb3eaa0711db1c3c969d67438958
92+
--sha256: sha256-F5wgRA820x16f+8c/LlEEBG0rMJIA1XWw6X0ZwX5UWs=
9393
subdir:
9494
cardano-node
9595
cardano-submit-api

flake.lock

Lines changed: 39 additions & 22 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
@@ -46,7 +46,7 @@
4646

4747
(final: prev: with final; {
4848
# Required in order to build postgresql for musl
49-
postgresql = (final.postgresql_11
49+
postgresql = (final.postgresql_14
5050
.overrideAttrs (_: lib.optionalAttrs (stdenv.hostPlatform.isMusl) {
5151
dontDisableStatic = true;
5252
NIX_LDFLAGS = "--push-state --as-needed -lstdc++ --pop-state";

0 commit comments

Comments
 (0)