Skip to content

Commit 5fadf6c

Browse files
committed
[DDW-1189] Fix cardanoNodeVersion
1 parent 81a829d commit 5fadf6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/old-default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ let
6565
cardano-shell = import self.sources.cardano-shell { inherit system; crossSystem = crossSystem shellPkgs.lib; };
6666
local-cluster = if cluster == "selfnode" then walletPackages.local-cluster else null;
6767
cardano-node = walletPackages.cardano-node;
68-
cardanoNodeVersion = self.cardano-node.version + "-" + builtins.substring 0 9 self.cardano-node.src.rev;
68+
cardanoNodeVersion = self.cardano-node.version + "-" + builtins.substring 0 9 walletFlake.inputs.cardano-node-1_35_4.rev;
6969
cardanoWalletVersion = self.daedalus-bridge.wallet-version + "-" + builtins.substring 0 9 walletFlake.rev;
7070
cardano-cli = walletPackages.cardano-cli;
7171

0 commit comments

Comments
 (0)