From b799be0fd75da7ad4cbf1167ca9dca8b6e771551 Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Thu, 15 Feb 2024 16:25:38 +0100 Subject: [PATCH] chore: bump tests package --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 6b65bb59..f42e7379 100644 --- a/default.nix +++ b/default.nix @@ -10,7 +10,7 @@ pkgs ? import nixpkgs {} , blockfrost-tests ? (builtins.fetchGit { url = "ssh://git@github.com/blockfrost/blockfrost-tests.git"; - rev = "f405b3a27aa6bcc31c7e75a4c549448fc7686fc0"; + rev = "f64e6805b6eacd72db4985899192a2fbd07bdbc1"; }) , system ? builtins.currentSystem }: