diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f6cec83..ec247266 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -90,7 +90,7 @@ Target: [plutus-ledger-api-typescript 1.1.0](https://github.com/mlabs-haskell/pl ##### Plutarch -Target: [plutarch 1.5.0](https://github.com/Plutonomicon/plutarch-plutus/tree/e9e9df286768440733890b1260ad569a2f882890) +Target: [plutarch 1.10.0](https://github.com/Plutonomicon/plutarch-plutus/releases/tag/v1.10.0) ##### PlutusTx diff --git a/flake.lock b/flake.lock index d9875056..3faabeb0 100644 --- a/flake.lock +++ b/flake.lock @@ -12838,16 +12838,16 @@ "pre-commit-hooks": "pre-commit-hooks_2" }, "locked": { - "lastModified": 1734631768, - "narHash": "sha256-p0Armf6zTHTGdtCQ1j4mdGW0RYyD0+qTCq1wAlfibsk=", + "lastModified": 1738185013, + "narHash": "sha256-lU2JF9KYvzEPfVLHdLkrM1hTTuc9NYi2hQPFnLDm2d8=", "owner": "Plutonomicon", "repo": "plutarch-plutus", - "rev": "e9e9df286768440733890b1260ad569a2f882890", + "rev": "fd7d1c1fc173542f952f19272554027183659dd6", "type": "github" }, "original": { "owner": "Plutonomicon", - "ref": "e9e9df286768440733890b1260ad569a2f882890", + "ref": "v1.10.0", "repo": "plutarch-plutus", "type": "github" } diff --git a/flake.nix b/flake.nix index 6f3b7c56..bb18cfbf 100644 --- a/flake.nix +++ b/flake.nix @@ -22,7 +22,7 @@ ctl.follows = "flake-lang/ctl"; # Plutarch eDSL (LB Codegen target) - plutarch.url = "github:Plutonomicon/plutarch-plutus?ref=e9e9df286768440733890b1260ad569a2f882890"; + plutarch.url = "github:Plutonomicon/plutarch-plutus/v1.10.0"; # Typescript runtimes prelude-typescript.follows = "plutus-ledger-api-typescript/prelude-typescript";