From 137e030aea19870e7bfc8414a2e9ed9aae65b3de Mon Sep 17 00:00:00 2001 From: Brendan Hansknecht Date: Tue, 26 Sep 2023 11:59:44 -0700 Subject: [PATCH] update inkwell version in default.nix --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 67152238d2..1d4a8bb48f 100644 --- a/default.nix +++ b/default.nix @@ -47,7 +47,7 @@ in lockFile = ./Cargo.lock; outputHashes = { "criterion-0.3.5" = "sha256-+FibPQGiR45g28xCHcM0pMN+C+Q8gO8206Wb5fiTy+k="; - "inkwell-0.1.0" = "sha256-1kpvY3naS33B99nuu5ZYhb7mdddAyG+DkbUl/RG1Ptg="; + "inkwell-0.2.0" = "sha256-VhTapYGonoSQ4hnDoLl4AAgj0BppAhPNA+UPuAJSuAU="; "plotters-0.3.1" = "sha256-noy/RSjoEPZZbOJTZw1yxGcX5S+2q/7mxnUrzDyxOFw="; "rustyline-9.1.1" = "sha256-aqQqz6nSp+Qn44gm3jXmmQUO6/fYTx7iLph2tbA24Bs="; };