Skip to content

Commit

Permalink
Plutus Release 1.40.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zeme-wana committed Jan 28, 2025
1 parent 03cf3d0 commit 4711cb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,8 @@
ghc96.enabled = v : builtins.compareVersions v "1.3.0.0" >= 0;
};
plutus-ledger-api = {
ghc98.enabled = v : true;
ghc810.enabled = v : false;
ghc92.enabled = v : false;
};
plutus-script-utils = {
ghc810.enabled = v : builtins.compareVersions v "1.3.0.0" < 0;
Expand Down

0 comments on commit 4711cb0

Please sign in to comment.