flavours: remove sha256 prefix from cargo hash

Co-authored-by: fortune <lythe1107@gmail.com>
This commit is contained in:
Gabriel Fontes 2021-06-28 23:30:16 -03:00 committed by Jonathan Ringer
parent bb56927c2c
commit 93c6f425a4

View file

@ -14,7 +14,7 @@ rustPlatform.buildRustPackage rec {
buildInputs = [ ]
++ lib.optionals stdenv.isDarwin [ libiconv ];
cargoSha256 = "sha256:07hwxhfcbqbwb3hz18w92h1lhdiwwy7abhwpimzx7syyavp4rmn4";
cargoSha256 = "07hwxhfcbqbwb3hz18w92h1lhdiwwy7abhwpimzx7syyavp4rmn4";
nativeBuildInputs = [ installShellFiles ];