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 24, 2024
1 parent c00e6ed commit 1de1eaf
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-Tir5oUzH3kb1EcCGYXKlkrJmL6SxZxNNck06RJsAGhA=";
cargoHash = "sha256-jQOaYXjLTK9/k2uPKGSABrP1juaqOgps6yP0P50HNVg=";
# Don't run `cargo test`, as there are no tests to run.
doCheck = false;
};
Expand Down

0 comments on commit 1de1eaf

Please sign in to comment.