Skip to content

Commit

Permalink
Update Cargo hash
Browse files Browse the repository at this point in the history
  • Loading branch information
elegaanz committed Sep 24, 2024
1 parent 96b090b commit 6d4be6a
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-jQOaYXjLTK9/k2uPKGSABrP1juaqOgps6yP0P50HNVg=";
cargoHash = "sha256-9g6ZwDDfKrEuFTRsLXnPQTocU6XpGF71aRTA1SmGnbc=";
# Don't run `cargo test`, as there are no tests to run.
doCheck = false;
};
Expand Down

0 comments on commit 6d4be6a

Please sign in to comment.