Remove explicit darwin framework and keep libiconv.

rev -> tag

authored by Guy Chronister and committed by Yaya 91b71e39 43d7b804

+1 -3
+1 -3
pkgs/by-name/am/amber/package.nix
··· 4 4 fetchFromGitHub, 5 5 rustPlatform, 6 6 libiconv, 7 - Security, 8 7 }: 9 8 10 9 rustPlatform.buildRustPackage rec { ··· 14 13 src = fetchFromGitHub { 15 14 owner = "dalance"; 16 15 repo = pname; 17 - rev = "v${version}"; 16 + tag = "v${version}"; 18 17 sha256 = "sha256-q0o2PQngbDLumck27V0bIiB35zesn55Y+MwK2GjNVWo="; 19 18 }; 20 19 ··· 23 22 24 23 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ 25 24 libiconv 26 - Security 27 25 ]; 28 26 29 27 meta = with lib; {