Skip to content

Commit

Permalink
Merge pull request #620 from input-output-hk/fix-docker-marlowe-version
Browse files Browse the repository at this point in the history
  • Loading branch information
nhenin authored Jun 19, 2023
2 parents 7987783 + c9d8df4 commit 0dc6189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/marlowe-cardano/compose.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ let
'';

# We assume that all the components are versioned together.
marloweRuntimeVersion = "0.0.1";
marloweRuntimeVersion = "0.0.2";
symlinks = runCommand "symlinks" { } ''
mkdir -p $out
ln -sv ${run-sqitch}/bin/run-sqitch $out
Expand Down

0 comments on commit 0dc6189

Please sign in to comment.