diff --git a/cabal.project b/cabal.project index ef9779b..e819e8b 100644 --- a/cabal.project +++ b/cabal.project @@ -11,9 +11,9 @@ repository cardano-haskell-packages index-state: -- Bump both the following dates if you need newer packages from Hackage - , hackage.haskell.org 2025-07-23T12:49:00Z + , hackage.haskell.org 2025-07-30T14:13:57Z -- Bump this if you need newer packages from CHaP - , cardano-haskell-packages 2025-07-22T10:42:20Z + , cardano-haskell-packages 2025-07-30T14:13:57Z packages: ./. diff --git a/flake.lock b/flake.lock index 6f1704f..9dfe190 100644 --- a/flake.lock +++ b/flake.lock @@ -3,11 +3,11 @@ "CHaP": { "flake": false, "locked": { - "lastModified": 1753277336, - "narHash": "sha256-5vmSiw2m+rpng3KueKDLluUWj1iqLHXYCCVQzFbuK4g=", + "lastModified": 1753894642, + "narHash": "sha256-7TP8sGtytiHNWdphUZ2j44oy/4tCEqq19BdE7nc1LB8=", "owner": "IntersectMBO", "repo": "cardano-haskell-packages", - "rev": "d37f1bb54e58507c41fbdc946f951df2db2f1f72", + "rev": "8d401eefedf9b1a8703594b3d33165fdb7ee8f69", "type": "github" }, "original": { @@ -209,11 +209,11 @@ "hackage": { "flake": false, "locked": { - "lastModified": 1753276166, - "narHash": "sha256-Mg9vRJ7ryGj5YlcTmRdQ0UVyQVAwYxe6lZ31dHi3O38=", + "lastModified": 1754048288, + "narHash": "sha256-PlkPqoqlztzEAKJXp8EcX6+GF2RxzZWKvSLAPydgtQc=", "owner": "input-output-hk", "repo": "hackage.nix", - "rev": "4f3dccde5322b6f6a8a4727e241069011447ac43", + "rev": "1349bfaabd1f704adf920c94756d761f9fe41d0a", "type": "github" }, "original": { @@ -225,11 +225,11 @@ "hackage-for-stackage": { "flake": false, "locked": { - "lastModified": 1750897618, - "narHash": "sha256-MgzSJDtk9qXf+OYjqaGX7zebArRS236tgFKDAxV3OXw=", + "lastModified": 1754008261, + "narHash": "sha256-k8x+oGosdpm6eWTuFE2tNYON5fHD8fgZE+esqWJhfhA=", "owner": "input-output-hk", "repo": "hackage.nix", - "rev": "5ac996932a885bee0083893ba7a4727b654b7e8d", + "rev": "98c1e78433f48ff1ae0cdcb9b3aa6334abda3e6e", "type": "github" }, "original": { @@ -298,11 +298,11 @@ "stackage": "stackage" }, "locked": { - "lastModified": 1750899099, - "narHash": "sha256-8Wy0VIdPoGd7JqaHT4ehfS87kW+xRn9XwSiRxu0nD9g=", + "lastModified": 1752099430, + "narHash": "sha256-OJVP5hw33ZeLmvaj2g7PaJI58Wv0ev/p0wPHecZZ658=", "owner": "input-output-hk", "repo": "haskell.nix", - "rev": "c16c3c648b3a2eef0cb1fb3706da801764d77565", + "rev": "fa7fea87304b918d232cc887b96405f304daaba2", "type": "github" }, "original": { @@ -557,11 +557,11 @@ "sodium": "sodium" }, "locked": { - "lastModified": 1750025513, - "narHash": "sha256-WUNoYIZvU9moc5ccwJcF22r+bUJXO5dWoRyLPs8bJic=", + "lastModified": 1751421193, + "narHash": "sha256-rklXDo12dfukaSqcEyiYbze3ffRtTl2/WAAQCWfkGiw=", "owner": "input-output-hk", "repo": "iohk-nix", - "rev": "f63aa2a49720526900fb5943db4123b5b8dcc534", + "rev": "64ca6f4c0c6db283e2ec457c775bce75173fb319", "type": "github" }, "original": { @@ -787,11 +787,11 @@ "stackage": { "flake": false, "locked": { - "lastModified": 1750292027, - "narHash": "sha256-rmEsCxLWS/rAdIzZPSi0XbrY2BOztBlSHQHgYoXyovU=", + "lastModified": 1754007371, + "narHash": "sha256-8H7uKtQOmUYOF4LkPbVSzV5VlIwwaW6ICZtra++S2pM=", "owner": "input-output-hk", "repo": "stackage.nix", - "rev": "3f8c717e24953914821f1ddb4797dd768326faa6", + "rev": "d093c78271dc64d04dbce20262668839e82630f0", "type": "github" }, "original": { diff --git a/plinth-template.cabal b/plinth-template.cabal index 80f6022..c6c2eb9 100644 --- a/plinth-template.cabal +++ b/plinth-template.cabal @@ -18,10 +18,10 @@ library scripts build-depends: , base - , plutus-core ^>=1.50.0.0 - , plutus-ledger-api ^>=1.50.0.0 - , plutus-tx ^>=1.50.0.0 - , plutus-tx-plugin ^>=1.50.0.0 + , plutus-core ^>=1.51.0.0 + , plutus-ledger-api ^>=1.51.0.0 + , plutus-tx ^>=1.51.0.0 + , plutus-tx-plugin ^>=1.51.0.0 executable gen-auction-validator-blueprint import: options @@ -31,10 +31,10 @@ executable gen-auction-validator-blueprint , base , bytestring , containers - , plutus-core ^>=1.50.0.0 - , plutus-ledger-api ^>=1.50.0.0 - , plutus-tx ^>=1.50.0.0 - , plutus-tx-plugin ^>=1.50.0.0 + , plutus-core ^>=1.51.0.0 + , plutus-ledger-api ^>=1.51.0.0 + , plutus-tx ^>=1.51.0.0 + , plutus-tx-plugin ^>=1.51.0.0 , scripts executable gen-minting-policy-blueprint @@ -45,8 +45,8 @@ executable gen-minting-policy-blueprint , base , bytestring , containers - , plutus-core ^>=1.50.0.0 - , plutus-ledger-api ^>=1.50.0.0 - , plutus-tx ^>=1.50.0.0 - , plutus-tx-plugin ^>=1.50.0.0 + , plutus-core ^>=1.51.0.0 + , plutus-ledger-api ^>=1.51.0.0 + , plutus-tx ^>=1.51.0.0 + , plutus-tx-plugin ^>=1.51.0.0 , scripts