Skip to content

Commit

Permalink
fix: update cargoSha256 hash for buildRustPackage
Browse files Browse the repository at this point in the history
The cargoSha256 hash for the buildRustPackage has been updated from "sha256-I9yYNZEGJml2MyLK6BshNro7wFpn8MdZpUeGyMJs2o0=" to "sha256-VrAN1joJAs7puM76oyHIByNxovhDrp6t2Xw2FiG5tT4=". This change ensures the integrity and correctness of the package dependencies.
  • Loading branch information
erikreinert committed Jun 9, 2024
1 parent bf429dd commit 6dfe769
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 @@ -34,7 +34,7 @@
packages = {
default = buildRustPackage {
buildInputs = [openssl] ++ lib.optionals pkgs.stdenv.isDarwin [CoreServices SystemConfiguration Security];
cargoSha256 = "sha256-I9yYNZEGJml2MyLK6BshNro7wFpn8MdZpUeGyMJs2o0=";
cargoSha256 = "sha256-VrAN1joJAs7puM76oyHIByNxovhDrp6t2Xw2FiG5tT4=";
checkPhase = ''
${pkgs.cargo}/bin/cargo clippy -- -D warnings
${pkgs.rust-bin.nightly.latest.default}/bin/cargo fmt --check --verbose
Expand Down

0 comments on commit 6dfe769

Please sign in to comment.