Skip to content

Commit dcfadfc

Browse files
authored
Merge pull request #1101 from IntersectMBO/zliu41/plutus-1.58
Bump plutus to 1.58
2 parents fde9743 + 975193a commit dcfadfc

4 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/haskell-wasm.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ jobs:
114114

115115
- name: Restore cached deps
116116
run: |
117-
wget "https://agrius.feralhosting.com/palas/wasm-cache/96feb8056220c74aa6b5af41ca64ad982f207fc4f99a22e0393a4de12169bf04.tar.xz"
118-
tar -xf 96feb8056220c74aa6b5af41ca64ad982f207fc4f99a22e0393a4de12169bf04.tar.xz
119-
rm 96feb8056220c74aa6b5af41ca64ad982f207fc4f99a22e0393a4de12169bf04.tar.xz
117+
wget "https://agrius.feralhosting.com/palas/wasm-cache/14e3f2c1a5d629de5bade4329dc419fd2cfcc7914447f07e02126b28173a522c.tar.xz"
118+
tar -xf 14e3f2c1a5d629de5bade4329dc419fd2cfcc7914447f07e02126b28173a522c.tar.xz
119+
rm 14e3f2c1a5d629de5bade4329dc419fd2cfcc7914447f07e02126b28173a522c.tar.xz
120120
rm -fr ~/.ghc-wasm/.cabal/store/
121121
mv store ~/.ghc-wasm/.cabal/
122122

cabal.project

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repository cardano-haskell-packages
1414
-- you need to run if you change them
1515
index-state:
1616
, hackage.haskell.org 2025-12-02T22:23:29Z
17-
, cardano-haskell-packages 2026-01-24T11:25:12Z
17+
, cardano-haskell-packages 2026-02-05T18:24:26Z
1818

1919
packages:
2020
cardano-api
@@ -63,12 +63,12 @@ if arch(wasm32)
6363
source-repository-package
6464
type: git
6565
location: https://github.com/intersectmbo/plutus.git
66-
tag: d78714e2a348071d93173f49ebb16a8fa020e6a9
66+
tag: 259154a19fc84e83d9d0f6373d4c480df344d7f4
6767
subdir:
6868
plutus-core
6969
plutus-ledger-api
7070
plutus-tx
71-
--sha256: sha256-HmYz7eimuFekoaqhOEOp+EZRggVGIhvgXzaMMYgRIUs=
71+
--sha256: sha256-LV+Yk8D70PJWH3Q3OOjBcP6/Vm1p7+ePukFYffdEdUY=
7272

7373
package plutus-core
7474
flags: +do-not-build-plutus-exec

cardano-api/cardano-api.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ library
174174
ouroboros-network-framework,
175175
ouroboros-network-protocols >=0.15,
176176
parsec,
177-
plutus-core ^>=1.57,
178-
plutus-ledger-api ^>=1.57,
177+
plutus-core ^>=1.58,
178+
plutus-ledger-api ^>=1.58,
179179
pretty-simple,
180180
prettyprinter,
181181
prettyprinter-ansi-terminal,
@@ -454,8 +454,8 @@ test-suite cardano-api-golden
454454
hedgehog >=1.1,
455455
hedgehog-extras ^>=0.10,
456456
microlens,
457-
plutus-core ^>=1.57,
458-
plutus-ledger-api ^>=1.57,
457+
plutus-core ^>=1.58,
458+
plutus-ledger-api ^>=1.58,
459459
tasty,
460460
tasty-discover,
461461
tasty-hedgehog,

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)