Keep up with the cargo shas

This commit is contained in:
Jeremy Wall 2022-01-04 20:11:31 -05:00
parent f7f7f56120
commit def906bd58

View File

@ -2,7 +2,7 @@
with nixpkgs;
rustPlatform.buildRustPackage {
pname = "kitchen";
version = "0.0.2";
version = "0.1.0";
src = gitignoreSrc.gitignoreSource ./.;
cargoSha256 = "sha256-aSw+BX90rmcagVOkLVEfjlqTi+dv4QVT7JPZQd3eKjA=";
cargoSha256 = "sha256-SCTyR2TN6gNRkDeJOPPJQ2vJg9ClkLx0RJuMLpUWYBY=";
}