flavours: remove sha256 prefix from cargo hash

Co-authored-by: fortune <lythe1107@gmail.com>
This commit is contained in:
Gabriel Fontes
2021-06-30 11:06:43 -07:00
committed by Jonathan Ringer
co-authored by fortune
parent bb56927c2c
commit 93c6f425a4
+1 -1
View File
@@ -14,7 +14,7 @@ rustPlatform.buildRustPackage rec {
buildInputs = [ ]
++ lib.optionals stdenv.isDarwin [ libiconv ];
cargoSha256 = "sha256:07hwxhfcbqbwb3hz18w92h1lhdiwwy7abhwpimzx7syyavp4rmn4";
cargoSha256 = "07hwxhfcbqbwb3hz18w92h1lhdiwwy7abhwpimzx7syyavp4rmn4";
nativeBuildInputs = [ installShellFiles ];