Cargo sha needs tweaking

This commit is contained in:
Jeremy Wall 2021-12-31 13:51:30 -05:00
parent 58ff0bb2f7
commit 6eb795ce6b

View File

@ -4,5 +4,5 @@ with nixpkgs;
pname = "kitchen"; pname = "kitchen";
version = "0.0.2"; version = "0.0.2";
src = gitignoreSrc.gitignoreSource ./.; src = gitignoreSrc.gitignoreSource ./.;
cargoSha256 = "sha256-DmUWZbZL8A5ht9ujx70qDvT6UC1CKiY6LtwWmKMvVhs="; cargoSha256 = "sha256-aSw+BX90rmcagVOkLVEfjlqTi+dv4QVT7JPZQd3eKjA=";
} }