Skip to content

Commit

Permalink
Merge pull request #9 from isker/patch-1
Browse files Browse the repository at this point in the history
Correct cargoSha256 in flake.nix
  • Loading branch information
PanAeon authored Nov 6, 2023
2 parents f089e35 + e7b0fb3 commit ee8b0b5
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-kMmHp+pjeTN5qD2cjrNr+14b3HJaD84Y8xydkaEJBak=";
cargoSha256 = "sha256-zwK5QKZ9DZhHKm131iWDJ3xlZOu5OcaXo+Cp12RptKw=";

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

0 comments on commit ee8b0b5

Please sign in to comment.