From 75ddbe6cde8ba063cd1fa5a62738b78f6da734dd Mon Sep 17 00:00:00 2001 From: zmrocze Date: Sun, 27 Nov 2022 16:39:27 +0100 Subject: [PATCH] Bump plutip - retry failed cluster start --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index b2ff4c082..9c1a90f2e 100644 --- a/flake.lock +++ b/flake.lock @@ -9979,17 +9979,17 @@ ] }, "locked": { - "lastModified": 1660730745, - "narHash": "sha256-N1HOR3rqsXMIG7k12BsIyVZReJM9jHUW+gfvYBq/p84=", + "lastModified": 1669560943, + "narHash": "sha256-IecfHmnpqE1YhOS8MTobEG417FuO+HBmPmPReD6BfQM=", "owner": "mlabs-haskell", "repo": "plutip", - "rev": "8364c43ac6bc9ea140412af9a23c691adf67a18b", + "rev": "1c9dd05697d7cf55de8ca26f0756a75ed821bdfb", "type": "github" }, "original": { "owner": "mlabs-haskell", "repo": "plutip", - "rev": "8364c43ac6bc9ea140412af9a23c691adf67a18b", + "rev": "1c9dd05697d7cf55de8ca26f0756a75ed821bdfb", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 044166a4f..595bef1cc 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,7 @@ ogmios.url = "github:mlabs-haskell/ogmios/3b229c1795efa30243485730b78ea053992fdc7a"; - plutip.url = "github:mlabs-haskell/plutip/8364c43ac6bc9ea140412af9a23c691adf67a18b"; + plutip.url = "github:mlabs-haskell/plutip/1c9dd05697d7cf55de8ca26f0756a75ed821bdfb"; plutip.inputs.bot-plutus-interface.follows = "bot-plutus-interface"; plutip.inputs.haskell-nix.follows = "bot-plutus-interface/haskell-nix"; plutip.inputs.iohk-nix.follows = "bot-plutus-interface/iohk-nix";