Skip to content

Commit

Permalink
Merge pull request #14 from isker/patch-2
Browse files Browse the repository at this point in the history
Replace `cargoSha256` with `cargoHash`
  • Loading branch information
PanAeon authored Oct 26, 2024
2 parents 07014c3 + fcd07b6 commit ec5c53d
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 @@ -51,7 +51,7 @@
fetchSubmodules = true;
};*/

cargoSha256 = "sha256-zwK5QKZ9DZhHKm131iWDJ3xlZOu5OcaXo+Cp12RptKw=";
cargoHash = "sha256-zwK5QKZ9DZhHKm131iWDJ3xlZOu5OcaXo+Cp12RptKw=";

nativeBuildInputs = [ pkg-config ];
buildInputs = [
Expand Down

0 comments on commit ec5c53d

Please sign in to comment.