Skip to content

Commit 15262c7

Browse files
committed
fix pin in flutter nix derivation
1 parent 633e37b commit 15262c7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nobodywho/flutter/rust/default.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,7 @@ rustPlatform.buildRustPackage {
9090
cargoLock = {
9191
lockFile = ../../Cargo.lock;
9292
outputHashes = {
93-
"gbnf-0.2.3" = "sha256-CsS5wYqjH2HHFr67BsO+Cnh546wWjVqAjOZKxLxfdfk=";
94-
"llama-cpp-2-0.1.120" = "sha256-S3KcVzmvRLXWcY/nqUoBg+G7npTUDO5BnypUbtRlCjI=";
93+
"llama-cpp-2-0.1.123" = "sha256-j69yaWBiZ9ERlNdi9sD1K4tQjmDYbzoYwr8TU/+8D2A=";
9594
};
9695
};
9796
doCheck = false;

0 commit comments

Comments
 (0)