From e89b3f93ef2ad8de0310fe3318d7b4e372c6204b Mon Sep 17 00:00:00 2001 From: Michal Rus Date: Thu, 25 Jul 2024 14:23:30 +0200 Subject: [PATCH] [LW-10808] Update configs to include all genesis files --- flake.lock | 7 ++++--- flake.nix | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index aea63c5ca9..c94b3b3bb0 100644 --- a/flake.lock +++ b/flake.lock @@ -3,15 +3,16 @@ "cardano-playground": { "flake": false, "locked": { - "lastModified": 1720039830, - "narHash": "sha256-q3+XNKzeGJ9gj9tYnuR/vsJ2QDN9v1puCr52gFONTqU=", + "lastModified": 1721869644, + "narHash": "sha256-2qPZuuXtNi7kRPCFHv1Zvno/FIH0dOyg3Zqeywt77WQ=", "owner": "input-output-hk", "repo": "cardano-playground", - "rev": "b57678bfde5cba49b933b8bcec2af278a42ea3c2", + "rev": "c3042e1669ad9e5af43622972913614d6b934488", "type": "github" }, "original": { "owner": "input-output-hk", + "ref": "next-2024-07-24", "repo": "cardano-playground", "type": "github" } diff --git a/flake.nix b/flake.nix index 5989f1283e..d1e40f1a19 100644 --- a/flake.nix +++ b/flake.nix @@ -5,7 +5,7 @@ nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-22.11-darwin"; cardano-wallet-unpatched.url = "github:cardano-foundation/cardano-wallet/v2024-07-19"; cardano-wallet-unpatched.flake = false; # otherwise, +10k quadratic dependencies in flake.lock… - cardano-playground.url = "github:input-output-hk/cardano-playground"; + cardano-playground.url = "github:input-output-hk/cardano-playground/next-2024-07-24"; cardano-playground.flake = false; # otherwise, +9k dependencies in flake.lock… cardano-shell.url = "github:input-output-hk/cardano-shell/0d1d5f036c73d18e641412d2c58d4acda592d493"; cardano-shell.flake = false;