hexfiend: fix platform meta

+2 -1
+2 -1
pkgs/os-specific/darwin/hexfiend/default.nix
··· 21 21 homepage = "http://hexfiend.com/"; 22 22 changelog = "https://hexfiend.github.io/HexFiend/ReleaseNotes.html"; 23 23 license = licenses.bsd2; 24 + sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 24 25 maintainers = with maintainers; [ eliandoran ]; 25 - platforms = [ "x86_64-darwin" ]; 26 + platforms = platforms.darwin; 26 27 }; 27 28 }