mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
flavours: remove sha256 prefix from cargo hash
Co-authored-by: fortune <lythe1107@gmail.com>
This commit is contained in:
parent
bb56927c2c
commit
93c6f425a4
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ rustPlatform.buildRustPackage rec {
|
|||
buildInputs = [ ]
|
||||
++ lib.optionals stdenv.isDarwin [ libiconv ];
|
||||
|
||||
cargoSha256 = "sha256:07hwxhfcbqbwb3hz18w92h1lhdiwwy7abhwpimzx7syyavp4rmn4";
|
||||
cargoSha256 = "07hwxhfcbqbwb3hz18w92h1lhdiwwy7abhwpimzx7syyavp4rmn4";
|
||||
|
||||
nativeBuildInputs = [ installShellFiles ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue