Skip to content

Commit

Permalink
Update cargo.lock hash
Browse files Browse the repository at this point in the history
  • Loading branch information
elegaanz committed Jul 23, 2024
1 parent a2493cb commit b8f1ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
src = ./.;
nativeBuildInputs = [ pkgs.pkg-config ];
buildInputs = [ pkgs.openssl.dev pkgs.git ];
cargoHash = "sha256-J7M5bAc11tB6m1i/yz0M49g1oskD0HFVtg7j4B7rBjU=";
cargoHash = "sha256-Tir5oUzH3kb1EcCGYXKlkrJmL6SxZxNNck06RJsAGhA=";
# Don't run `cargo test`, as there are no tests to run.
doCheck = false;
};
Expand Down

0 comments on commit b8f1ae1

Please sign in to comment.