Skip to content

Commit 5f81ecd

Browse files
committed
nix: update nix-bindings-rust hash
1 parent 7f41b36 commit 5f81ecd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

workspace.nix

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Tooling to build the workspace crates
2-
{ lib
3-
, callPackage
4-
, cargoProfile ? "release"
5-
, gitRev ? ""
6-
, isRelease ? false
7-
,
2+
{
3+
lib,
4+
callPackage,
5+
cargoProfile ? "release",
6+
gitRev ? "",
7+
isRelease ? false,
88
}:
99

1010
let
@@ -49,7 +49,7 @@ let
4949
"iocraft-0.7.16" = "sha256-iSvX3wzHHkqS0HtjEGQRV7p4LHaGaNrgmK0/iPuuy24=";
5050
"crossterm-0.28.1" = "sha256-EC3HTF/l9E+3DnsLfB6L+SDNmfgWWJOSq8Oo+rQ3dVQ=";
5151
"nix-compat-0.1.0" = "sha256-dSkomGSFJgTtsxHWsBG8Qy2hqQDuemqDsKRJxvmuZ54=";
52-
"nix-bindings-bindgen-raw-0.1.0" = "sha256-eGhbWajbNe1Q7+RbqMogtKtlMjDOIsqt+xny8gZ+iFY=";
52+
"nix-bindings-bindgen-raw-0.1.0" = "sha256-XtnN/Moc0OZES37NTmAeLzwkVFSinpZ4qHrMdGOaBdI=";
5353
"wu-manber-0.1.0" = "sha256-7YIttaQLfFC/32utojh2DyOHVsZiw8ul/z0lvOhAE/4=";
5454
"inquire-0.9.3" = "sha256-3A3QH9nuAsfxEoxgYCbEitnlV7mQltZX2vJ3Uv3q6Ys=";
5555
"secretspec-0.7.1" = "sha256-ofwxnnWmyf/qnDN2DNbcltm+PiwW/mFnYhUfdzZViLA=";

0 commit comments

Comments
 (0)